]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
authorFantix King <fantix.king@gmail.com>
Sun, 17 Mar 2019 22:51:10 +0000 (17:51 -0500)
committerYury Selivanov <yury@magic.io>
Sun, 17 Mar 2019 22:51:10 +0000 (18:51 -0400)
commitf683f464259715d620777d7ed568e701337a703a
treead6d04f88ba79dd229f98cd9685631113de5fbd6
parent06e1e688228013f411aca6309562ef80df6ce5d3
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)

* Fix handshake timeout leak in asyncio/sslproto

Refs MagicStack/uvloop#222

* Break circular ref _SSLPipe <-> SSLProtocol

* bpo-34745: Fix asyncio ssl memory leak

* Break circular ref SSLProtocol <-> UserProtocol

* Add NEWS entry
Lib/asyncio/sslproto.py
Lib/test/test_asyncio/test_sslproto.py
Misc/NEWS.d/next/Library/2019-03-17-16-43-29.bpo-34745.nOfm7_.rst [new file with mode: 0644]