commit | f683f464259715d620777d7ed568e701337a703a | [log] [tgz] |
---|---|---|
author | Fantix King <fantix.king@gmail.com> | Sun Mar 17 17:51:10 2019 -0500 |
committer | Yury Selivanov <yury@magic.io> | Sun Mar 17 18:51:10 2019 -0400 |
tree | ad6d04f88ba79dd229f98cd9685631113de5fbd6 | |
parent | 06e1e688228013f411aca6309562ef80df6ce5d3 [diff] |
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