]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (GH-100154)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Dec 2022 10:24:19 +0000 (02:24 -0800)
committerGitHub <noreply@github.com>
Wed, 21 Dec 2022 10:24:19 +0000 (02:24 -0800)
commitae8520c70992710903819f24dbce4e7dd05d7ea8
treea5f2c0f104947b9d49fe9992e19739327aacef30
parentbed1d141a95e8d69f522e6f4e46e0647c68a2460
GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (GH-100154)

(cherry picked from commit a7715ccfba5b86ab09f86ec56ac3755c93b46b48)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
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]