cpython/Lib/test/test_asyncio
Miss Islington (bot) 7f7485c060
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
* 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 f683f46425)

Co-authored-by: Fantix King <fantix.king@gmail.com>
2019-03-17 16:09:14 -07:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
functional.py
test_base_events.py
test_buffered_proto.py
test_context.py
test_events.py
test_futures.py
test_locks.py
test_pep492.py
test_proactor_events.py
test_queues.py
test_runners.py
test_selector_events.py
test_server.py
test_sslproto.py
test_streams.py
test_subprocess.py
test_tasks.py
test_transports.py
test_unix_events.py
test_windows_events.py
test_windows_utils.py
utils.py