diff options
author | Yury Selivanov <yury@magic.io> | 2017-06-11 14:46:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-11 14:46:35 (GMT) |
commit | 09663de203396b28483a570bb268c130b59639cf (patch) | |
tree | 77d02d1af210f02b9681709714e9dff4379802b4 /Misc/NEWS | |
parent | 7ce1c6fb579a01bb184224a10019039fde9c8eaf (diff) | |
download | cpython-09663de203396b28483a570bb268c130b59639cf.zip cpython-09663de203396b28483a570bb268c130b59639cf.tar.gz cpython-09663de203396b28483a570bb268c130b59639cf.tar.bz2 |
Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)" (#2111)
This reverts commit a608d2d5a7f1aabe9bcbfc220135c5e126189390.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -386,10 +386,6 @@ Library - bpo-29743: Closing transport during handshake process leaks open socket. Patch by Nikolay Kim -- bpo-29406: asyncio SSL contexts leak sockets after calling close with - certain servers. - Patch by Nikolay Kim - - bpo-27585: Fix waiter cancellation in asyncio.Lock. Patch by Mathieu Sornay. |