From: Yury Selivanov Date: Fri, 9 Jun 2017 22:38:30 +0000 (-0400) Subject: Add a NEWS entry for #29870 (PR #981) (#2047) X-Git-Tag: v3.7.0a1~647 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70fede100ed33942777ca869ddb3d2b8d64128b9;p=thirdparty%2FPython%2Fcpython.git Add a NEWS entry for #29870 (PR #981) (#2047) --- diff --git a/Misc/NEWS b/Misc/NEWS index 1bc38b7bd2ca..9db4e34caece 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