summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2017-06-11 14:46:45 (GMT)
committerGitHub <noreply@github.com>2017-06-11 14:46:45 (GMT)
commit83d30bd667924549bacf1428ac3e475cdf9792ae (patch)
tree5f48fdc6177e267a177df63f5d398b761157de8a /Misc
parent176f2ebdad93f20876c08efabd364a0e6c86de14 (diff)
downloadcpython-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/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5f44a79..be2ec4f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.