]> granicus.if.org Git - python/commit
bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers...
authorNikolay Kim <fafhrd91@gmail.com>
Sat, 10 Jun 2017 04:04:39 +0000 (21:04 -0700)
committerYury Selivanov <yury@magic.io>
Sat, 10 Jun 2017 04:04:39 +0000 (00:04 -0400)
commita608d2d5a7f1aabe9bcbfc220135c5e126189390
tree8e360568addd6c6338effe49f2c9dea4464f5993
parent34792d25ab7329241ea24595286d65d54c266274
bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)

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

* cleanup _shutdown_timeout_handle on _fatal_error
Lib/asyncio/sslproto.py
Lib/test/test_asyncio/test_sslproto.py
Misc/NEWS