[Python-checkins] [python/cpython] a608d2: bpo-29406: asyncio SSL contexts leak sockets after...

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


  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 (Sat, 10 Jun 2017)

  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




More information about the Python-checkins mailing list