Branch: refs/heads/backport-a608d2d-3.6 Home: https://github.com/python/cpython Commit: 009abbe4ca1e3666011019de5ef4b8aaf4c6f019 https://github.com/python/cpython/commit/009abbe4ca1e3666011019de5ef4b8aaf4c6f019 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) (cherry picked from commit a608d2d5a7f1aabe9bcbfc220135c5e126189390) Commit: ea25927f5ffdfdc2bc1c9ea5f7364f3dd565b368 https://github.com/python/cpython/commit/ea25927f5ffdfdc2bc1c9ea5f7364f3dd565b368 Author: Yury Selivanov <yury at magic.io> Date: 2017年06月10日 (2017年6月10日) Log Message: ----------- [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) Compare: https://github.com/python/cpython/compare/009abbe4ca1e^...ea25927f5ffd