[Python-checkins] [python/cpython] 1395c5: [3.5] bpo-29406: asyncio SSL contexts leak sockets...

GitHub noreply at github.com
Sat Jun 10 10:01:19 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 1395c58ef7b98f087d1d5d50962fe7a8c032f34d
      https://github.com/python/cpython/commit/1395c58ef7b98f087d1d5d50962fe7a8c032f34d
  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.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)




More information about the Python-checkins mailing list