[Python-checkins] [python/cpython] 6e14fd: [3.6] bpo-29406: asyncio SSL contexts leak sockets...

GitHub noreply at github.com
Sat Jun 10 10:00:47 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 6e14fd2a14cef6ea0709ad234ab41198c2195591
      https://github.com/python/cpython/commit/6e14fd2a14cef6ea0709ad234ab41198c2195591
  Author: Yury Selivanov <yury at magic.io>
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  Changed paths:
    M Lib/asyncio/sslproto.py
    M Lib/test/test_asyncio/test_sslproto.py
    M Misc/NEWS

  Log Message:
  -----------
  [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)




More information about the Python-checkins mailing list