]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-71019: document which objects connect_read_pipe/connect_write_pipe accept...
authorKumar Aditya <kumaraditya@python.org>
Tue, 14 Jul 2026 08:02:54 +0000 (13:32 +0530)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2026 08:02:54 +0000 (08:02 +0000)
commit32ba4e15e1b48f269bee675e1c6c9f93aa588c9b
tree7dee7bcabe79adb4dd1fa481fcb47ae82b1a9bf8
parent895fe0b1f1d1c4c7d447d635f546ef8020da00a4
[3.13] gh-71019: document which objects connect_read_pipe/connect_write_pipe accept and add tests (GH-153660) (#153687)

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