]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Oct 2022 20:42:20 +0000 (13:42 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Oct 2022 20:42:20 +0000 (13:42 -0700)
commit8ba086f70b593fcdd2dc63d516af8e7240a9d28d
tree931c7036c3fe2ea80985841d6c536d4ad0b8c831
parentd79a42aac83a5420d47ecfffffebcdcecb3cf2d0
GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572)

(cherry picked from commit ad1dc3ebb6aadaeeeacde13d4ed2d62bf302bf62)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/asyncio/proactor_events.py
Lib/test/test_asyncio/test_proactor_events.py
Misc/NEWS.d/next/Library/2022-10-23-18-30-39.gh-issue-89237.kBui30.rst [new file with mode: 0644]