cpython/Lib/test/test_asyncio
Victor Stinner 4c3c699e62 Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in
Python 3.4 to log "uncatched" exceptions, instead of the dedicated
_TracebackLogger class.
2013-12-19 22:42:40 +01:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
keycert3.pem
pycacert.pem
ssl_cert.pem
ssl_key.pem
test_base_events.py
test_events.py Shorten lines. 2013-12-19 12:47:38 -08:00
test_futures.py
test_locks.py
test_proactor_events.py
test_queues.py
test_selector_events.py
test_streams.py
test_tasks.py Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in 2013-12-19 22:42:40 +01:00
test_transports.py
test_unix_events.py
test_windows_events.py
test_windows_utils.py
tests.txt