]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (#100154)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 21 Dec 2022 09:50:26 +0000 (15:20 +0530)
committerGitHub <noreply@github.com>
Wed, 21 Dec 2022 09:50:26 +0000 (15:20 +0530)
commita7715ccfba5b86ab09f86ec56ac3755c93b46b48
tree6143a51f88f39cad5a4f22314ef45a474e5fb4b8
parent4994f2488f8a436ebda3510c779cbfe292bb21a0
GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (#100154)
Lib/asyncio/base_subprocess.py
Lib/test/test_asyncio/test_subprocess.py
Misc/NEWS.d/next/Library/2022-12-10-08-36-07.gh-issue-100133.g-zQlp.rst [new file with mode: 0644]