summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2017-06-09 22:38:30 (GMT)
committerGitHub <noreply@github.com>2017-06-09 22:38:30 (GMT)
commit70fede100ed33942777ca869ddb3d2b8d64128b9 (patch)
tree6085bfae456b0dfd55a84db946ebbfbf890bdc88
parentd1f575116ae5040ce36ca6097be2ab5dab8e4f53 (diff)
downloadcpython-70fede100ed33942777ca869ddb3d2b8d64128b9.zip
cpython-70fede100ed33942777ca869ddb3d2b8d64128b9.tar.gz
cpython-70fede100ed33942777ca869ddb3d2b8d64128b9.tar.bz2
Add a NEWS entry for #29870 (PR #981) (#2047)
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1bc38b7..9db4e34 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -350,6 +350,9 @@ Extension Modules
Library
-------
+- bpo-29870: Fix ssl sockets leaks when connection is aborted in asyncio/ssl
+ implementation. Patch by Michaël Sghaïer.
+
- bpo-29743: Closing transport during handshake process leaks open socket.
Patch by Nikolay Kim