]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46364: Use sockets for stdin of asyncio only on AIX (#30596)
authorChristoph Hamsen <37963496+xopham@users.noreply.github.com>
Thu, 13 Oct 2022 16:11:15 +0000 (18:11 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Oct 2022 16:11:15 +0000 (09:11 -0700)
commitc9ed0327a9c741a1808926b409df29467baf303a
tree335ba2d41d380c2b3ccbc341db55e1f8622b6178
parentd4b91663857e85eab1f309cacec4d27b5f6657ec
bpo-46364: Use sockets for stdin of asyncio only on AIX (#30596)

Signed-off-by: Christoph Hamsen <hamsen.christoph@posteo.de>
Co-authored-by: July Tikhonov <july.tikh@gmail.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]