]> 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:31 +0000 (10:27 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Oct 2022 17:27:31 +0000 (10:27 -0700)
commit595ef03c7ceb25e63878e2a9231e1b54f9f0d125
treea62104639ec43f816d4c2f176b7141ee534f665f
parentc7761bbc3297539480d1e2799f7f67f0437c24b1
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]