summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNikolay Kim <fafhrd91@gmail.com>2017-06-09 21:46:14 (GMT)
committerYury Selivanov <yury@magic.io>2017-06-09 21:46:14 (GMT)
commita0e3d2dd09346b01e7d29a35ed31ed28041570b1 (patch)
tree91f9cddcfc5425c9f29c8575cd4d54e908c116ce /Misc/NEWS
parentb4e5fee6f5bcc50500ea6261a22021db58955b55 (diff)
downloadcpython-a0e3d2dd09346b01e7d29a35ed31ed28041570b1.zip
cpython-a0e3d2dd09346b01e7d29a35ed31ed28041570b1.tar.gz
cpython-a0e3d2dd09346b01e7d29a35ed31ed28041570b1.tar.bz2
Closing transport during handshake process leaks socket (#480)
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 c013639..1bc38b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -350,6 +350,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.