cpython/Lib/test/test_asyncio
Miss Islington (bot) affffc7dda
[3.12] gh-124309: fix staggered race on eager tasks (GH-124847) (#125340)
gh-124309: fix staggered race on eager tasks (GH-124847)

This patch is entirely by Thomas and Peter

(cherry picked from commit 979c0df7c0)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
2024-10-11 20:12:11 -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_eager_task_factory.py [3.12] gh-124309: fix staggered race on eager tasks (GH-124847) (#125340) 2024-10-11 20:12:11 -07:00
test_events.py
test_futures.py [3.12] gh-112182: Replace StopIteration with RuntimeError for future (GH-113220) (GH-123033) 2024-08-15 15:34:53 +00:00
test_futures2.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 [3.12] gh-120226: Fix test_sendfile_close_peer_in_the_middle_of_receiving on Linux >= 6.10 (GH-120227) (#123422) 2024-08-28 12:47:41 +00:00
test_server.py
test_sock_lowlevel.py
test_ssl.py
test_sslproto.py
test_staggered.py [3.12] gh-124309: fix staggered race on eager tasks (GH-124847) (#125340) 2024-10-11 20:12:11 -07:00
test_streams.py
test_subprocess.py
test_taskgroups.py
test_tasks.py
test_threads.py
test_timeouts.py
test_transports.py
test_unix_events.py
test_waitfor.py
test_windows_events.py
test_windows_utils.py
utils.py