summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9db4e34..36ce9ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -356,6 +356,10 @@ 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.