]> granicus.if.org Git - python/commit
[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain...
authorYury Selivanov <yury@magic.io>
Sat, 10 Jun 2017 14:01:17 +0000 (10:01 -0400)
committerGitHub <noreply@github.com>
Sat, 10 Jun 2017 14:01:17 +0000 (10:01 -0400)
commit1395c58ef7b98f087d1d5d50962fe7a8c032f34d
tree9d746f53f9bf7b7046dca3048a14d6c3aec5dba4
parent1f73023b908b1d13ca31d162ba613e0186218be5
[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2063)

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

(cherry picked from commit a608d2d5a7f1aabe9bcbfc220135c5e126189390)

* [3.5] 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