diff options
author | Yury Selivanov <yury@magic.io> | 2017-06-09 22:27:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-09 22:27:45 (GMT) |
commit | ff9511bbadba27457cd0eb084e9b4305ab9dfcf5 (patch) | |
tree | 38a32487fe4a2a068b252eca6303b3ddc0fdc7d8 /Misc/NEWS | |
parent | a0338045dbaa6c9f922113c6e9efad6bdbc4cdcb (diff) | |
download | cpython-ff9511bbadba27457cd0eb084e9b4305ab9dfcf5.zip cpython-ff9511bbadba27457cd0eb084e9b4305ab9dfcf5.tar.gz cpython-ff9511bbadba27457cd0eb084e9b4305ab9dfcf5.tar.bz2 |
Closing transport during handshake process leaks socket (#480) (#2045)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,9 @@ Extension Modules Library ------- +- bpo-29743: Closing transport during handshake process leaks open socket. + Patch by Nikolay Kim + - bpo-27585: Fix waiter cancellation in asyncio.Lock. Patch by Mathieu Sornay. |