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

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


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

(cherry picked from commit a608d2d5a7f1aabe9bcbfc220135c5e126189390)


  Commit: 8283c8c5a817eb55b9d21f20c4bdae8dc1e387df
      https://github.com/python/cpython/commit/8283c8c5a817eb55b9d21f20c4bdae8dc1e387df
  Author: Yury Selivanov <yury at magic.io>
  Date:   2017-06-10 (Sat, 10 Jun 2017)

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


Compare: https://github.com/python/cpython/compare/304b885bb070^...8283c8c5a817


More information about the Python-checkins mailing list