]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46364: Use sockets for stdin of asyncio only on AIX (GH-30596)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 Oct 2022 17:27:14 +0000 (10:27 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Oct 2022 17:27:14 +0000 (10:27 -0700)
commitfa9f65ef581c543583244b23e2ce9bb57feb68a2
treed4a2f87f3026b90c808d749d36cb11e23c5ac420
parentc7662420d62e04eefd99d7cdbcc74f72e68f3a6a
bpo-46364: Use sockets for stdin of asyncio only on AIX (GH-30596)

Signed-off-by: Christoph Hamsen <hamsen.christoph@posteo.de>
Co-authored-by: July Tikhonov <july.tikh@gmail.com>
(cherry picked from commit c9ed0327a9c741a1808926b409df29467baf303a)

Co-authored-by: Christoph Hamsen <37963496+xopham@users.noreply.github.com>
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_subprocess.py
Misc/NEWS.d/next/Library/2022-01-14-10-49-20.bpo-46364.SzhlU9.rst [new file with mode: 0644]