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

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


  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 (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: ea25927f5ffdfdc2bc1c9ea5f7364f3dd565b368
      https://github.com/python/cpython/commit/ea25927f5ffdfdc2bc1c9ea5f7364f3dd565b368
  Author: Yury Selivanov <yury at magic.io>
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  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


More information about the Python-checkins mailing list