]> granicus.if.org Git - python/commit
[3.6] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain...
authorYury Selivanov <yury@magic.io>
Sat, 10 Jun 2017 14:00:45 +0000 (10:00 -0400)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2017 14:00:45 +0000 (10:00 -0400)
commit6e14fd2a14cef6ea0709ad234ab41198c2195591
tree3ae3a8b355ad06737157de4504f634f80da9612c
parent911068e250ee2b0847ca78d9ff527e0d6bf94551
[3.6] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2062)

* bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)

(cherry picked from commit a608d2d5a7f1aabe9bcbfc220135c5e126189390)

* [3.6] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409)

* asyncio SSL contexts leak sockets after calling close with certain servers

* cleanup _shutdown_timeout_handle on _fatal_error.
(cherry picked from commit a608d2d5a7f1aabe9bcbfc220135c5e126189390)
Lib/asyncio/sslproto.py
Lib/test/test_asyncio/test_sslproto.py
Misc/NEWS