]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88050: Fix asyncio subprocess to kill process cleanly when process is blocked...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Wed, 5 Oct 2022 17:15:31 +0000 (22:45 +0530)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 17:15:31 +0000 (10:15 -0700)
commit7015e1379791cbf19908cd1a7c668a5d6e7165d5
tree1bd888e4ba361d3fab3dc95d5b550bdc22a76c04
parent0e72606dd4cf3023a4f8c2fe3c58082592b253f7
gh-88050: Fix asyncio subprocess to kill process cleanly when process is blocked (#32073)
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]