Branch: refs/heads/master Home: https://github.com/python/cpython Commit: a608d2d5a7f1aabe9bcbfc220135c5e126189390 https://github.com/python/cpython/commit/a608d2d5a7f1aabe9bcbfc220135c5e126189390 Author: Nikolay Kim <fafhrd91 at gmail.com> Date: 2017年06月10日 (2017年6月10日) Changed paths: M Lib/asyncio/sslproto.py M Lib/test/test_asyncio/test_sslproto.py M Misc/NEWS Log Message: ----------- 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