cpython/Lib/test/test_asyncio
Miss Islington (bot) be602fcde6
[3.13] gh-143249: Fix buffer leak when overlapped operation fails to start on windows (GH-143250) (#143796)
gh-143249: Fix buffer leak when overlapped operation fails to start on windows (GH-143250)
(cherry picked from commit 103a384bfd)

Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
2026-01-13 13:53:41 +00:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
functional.py
test_base_events.py [3.13] gh-135836: Fix IndexError in asyncio.create_connection() (GH-135875) (#136222) 2025-07-03 04:31:43 +00:00
test_buffered_proto.py
test_context.py
test_eager_task_factory.py
test_events.py
test_futures.py
test_futures2.py
test_locks.py
test_pep492.py
test_proactor_events.py [3.13] gh-135444: fix asyncio.DatagramTransport.sendto to account for datagram header size when data cannot be sent (GH-135445) (#137246) 2025-08-03 10:18:53 +05:30
test_protocols.py
test_queues.py
test_runners.py
test_selector_events.py [3.13] gh-90871: fix connection backlog offset in asyncio (gh-134392) (#142739) 2025-12-15 06:12:12 +00:00
test_sendfile.py
test_server.py
test_sock_lowlevel.py
test_ssl.py [3.13] gh-142489: Increase ssl_handshake_timeout in asyncio tests (GH-142523) (#142546) 2025-12-10 22:43:56 +00:00
test_sslproto.py
test_staggered.py
test_streams.py
test_subprocess.py [3.13] gh-103847: fix cancellation safety of asyncio.create_subprocess_exec (GH-140805) (#141447) 2025-11-13 17:05:01 +05:30
test_taskgroups.py
test_tasks.py [3.13] gh-105836: Fix asyncio.run_coroutine_threadsafe leaving underlying cancelled asyncio task running (GH-141696) (#142359) 2025-12-09 20:15:50 +05:30
test_threads.py
test_timeouts.py
test_transports.py
test_unix_events.py
test_waitfor.py
test_windows_events.py
test_windows_utils.py [3.13] gh-143249: Fix buffer leak when overlapped operation fails to start on windows (GH-143250) (#143796) 2026-01-13 13:53:41 +00:00
utils.py