cpython/Lib/test/test_asyncio
Miss Islington (bot) df59293bf0
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874)
(cherry picked from commit 004e64e805)

Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr>
2020-07-01 21:06:51 -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 bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962) 2020-06-18 17:19:59 +02:00
test_futures.py
test_locks.py
test_pep492.py
test_proactor_events.py
test_protocols.py
test_queues.py
test_runners.py
test_selector_events.py
test_sendfile.py
test_server.py
test_sock_lowlevel.py bpo-30064: Fix slow asyncio sock test (GH-20868) 2020-06-14 01:08:08 -07:00
test_sslproto.py
test_streams.py
test_subprocess.py
test_tasks.py bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) 2020-07-01 21:06:51 -07:00
test_threads.py
test_transports.py
test_unix_events.py
test_windows_events.py
test_windows_utils.py
utils.py