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

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