]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88050: Fix asyncio subprocess to kill process cleanly when process is blocked...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Oct 2022 17:48:48 +0000 (10:48 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 17:48:48 +0000 (10:48 -0700)
commitaec133347e9307591d53ad825c0ed82a500e094d
tree8e4f38b521a0efe6ee4070ad6e6a3d84abb3d464
parent5c8aa2e0f224179e5ee3086b295a735610e9e5c7
gh-88050: Fix asyncio subprocess to kill process cleanly when process is blocked (GH-32073)

(cherry picked from commit 7015e1379791cbf19908cd1a7c668a5d6e7165d5)

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-07-08-08-39-35.gh-issue-88050.0aOC_m.rst [new file with mode: 0644]