diff options
author | Yury Selivanov <yury@magic.io> | 2017-06-11 14:46:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-11 14:46:45 (GMT) |
commit | 83d30bd667924549bacf1428ac3e475cdf9792ae (patch) | |
tree | 5f48fdc6177e267a177df63f5d398b761157de8a /Misc | |
parent | 176f2ebdad93f20876c08efabd364a0e6c86de14 (diff) | |
download | cpython-83d30bd667924549bacf1428ac3e475cdf9792ae.zip cpython-83d30bd667924549bacf1428ac3e475cdf9792ae.tar.gz cpython-83d30bd667924549bacf1428ac3e475cdf9792ae.tar.bz2 |
Revert "[3.6] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2062)" (#2112)
This reverts commit 6e14fd2a14cef6ea0709ad234ab41198c2195591.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -56,10 +56,6 @@ Library support for ContextManager on all versions. Original PRs by Jelle Zijlstra and Ivan Levkivskyi -- bpo-29406: asyncio SSL contexts leak sockets after calling close with - certain servers. - Patch by Nikolay Kim - - bpo-29870: Fix ssl sockets leaks when connection is aborted in asyncio/ssl implementation. Patch by Michaël Sghaïer. |