summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2017-06-09 22:27:45 (GMT)
committerGitHub <noreply@github.com>2017-06-09 22:27:45 (GMT)
commitff9511bbadba27457cd0eb084e9b4305ab9dfcf5 (patch)
tree38a32487fe4a2a068b252eca6303b3ddc0fdc7d8 /Misc/NEWS
parenta0338045dbaa6c9f922113c6e9efad6bdbc4cdcb (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index af50b0f..0533193 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.