cpython/Lib/test/test_asyncio
Miss Islington (bot) f1a9d89107
[3.14] gh-90871: fix connection backlog offset in asyncio (gh-134392) (gh-134421)
(cherry picked from commit 109f7597d2)

Co-authored-by: Christian Harries <68507104+ChristianHrs@users.noreply.github.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
2025-05-21 16:27:13 +02: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 gh-128307: Support eager_start=<bool> in create_eager_task_factory and various create_task functions (#128306) 2025-05-05 04:58:07 +00:00
test_events.py
test_free_threading.py
test_futures.py
test_futures2.py
test_graph.py
test_locks.py gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337) 2025-05-03 17:58:49 +03:00
test_pep492.py
test_proactor_events.py
test_protocols.py
test_queues.py
test_runners.py
test_selector_events.py [3.14] gh-90871: fix connection backlog offset in asyncio (gh-134392) (gh-134421) 2025-05-21 16:27:13 +02:00
test_sendfile.py
test_server.py
test_sock_lowlevel.py
test_ssl.py [3.14] gh-133454: Mark tests with many threads that use much memory as bigmem (GH-133456) (GH-133663) 2025-05-08 13:24:38 +00:00
test_sslproto.py
test_staggered.py
test_streams.py
test_subprocess.py
test_taskgroups.py
test_tasks.py [3.14] gh-86802: Fix asyncio memory leak; shielded task exceptions log once through the exception handler (gh-134331) (gh-134343) 2025-05-20 19:43:09 +02:00
test_threads.py
test_timeouts.py
test_tools.py [3.14] gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865) (GH-133938) 2025-05-12 16:41:40 +00:00
test_transports.py
test_unix_events.py
test_waitfor.py
test_windows_events.py
test_windows_utils.py
utils.py gh-133016: Fix a reference to removed asyncio.futures.TimeoutError (#133019) 2025-04-26 18:57:08 +00:00