diff options
author | Yury Selivanov <yury@magic.io> | 2017-06-09 22:38:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-09 22:38:30 (GMT) |
commit | 70fede100ed33942777ca869ddb3d2b8d64128b9 (patch) | |
tree | 6085bfae456b0dfd55a84db946ebbfbf890bdc88 | |
parent | d1f575116ae5040ce36ca6097be2ab5dab8e4f53 (diff) | |
download | cpython-70fede100ed33942777ca869ddb3d2b8d64128b9.zip cpython-70fede100ed33942777ca869ddb3d2b8d64128b9.tar.gz cpython-70fede100ed33942777ca869ddb3d2b8d64128b9.tar.bz2 |
Add a NEWS entry for #29870 (PR #981) (#2047)
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |