]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-71019: document which objects connect_read_pipe/connect_write_pipe accept...
authorKumar Aditya <kumaraditya@python.org>
Tue, 14 Jul 2026 08:22:43 +0000 (13:52 +0530)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2026 08:22:43 +0000 (08:22 +0000)
commite2818a74c65f0937eec071ae3fc0032e59b80c09
treebd10dffb4e3d426429fd473c88a1ce3d309616f0
parent0985acf88c4dd95c806e821890c7d736947c0fc0
[3.14] gh-71019: document which objects connect_read_pipe/connect_write_pipe accept and add tests (GH-153660) (#153686)

gh-71019: document which objects connect_read_pipe/connect_write_pipe accept and add tests (GH-153660)

(cherry picked from commit 7fb315b0cd53277c6191b4bfd8019f999d49f1f0)
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-platforms.rst
Lib/asyncio/proactor_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_windows_events.py