* Fix handshake timeout leak in asyncio/sslproto Refs MagicStack/uvloopGH-222 * Break circular ref _SSLPipe <-> SSLProtocol * bpo-34745: Fix asyncio ssl memory leak * Break circular ref SSLProtocol <-> UserProtocol * Add NEWS entry (cherry picked from commit f683f46) Co-authored-by: Fantix King <fantix.king@gmail.com>
Refs MagicStack/uvloopGH-222
Break circular ref _SSLPipe <-> SSLProtocol
bpo-34745: Fix asyncio ssl memory leak
Break circular ref SSLProtocol <-> UserProtocol
Add NEWS entry
(cherry picked from commit f683f46)
Co-authored-by: Fantix King fantix.king@gmail.com
https://bugs.python.org/issue34745