]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-89237: fix hang in proactor `subprocess.wait_closed()` (#98572)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Mon, 24 Oct 2022 20:21:42 +0000 (01:51 +0530)
committerGitHub <noreply@github.com>
Mon, 24 Oct 2022 20:21:42 +0000 (13:21 -0700)
commitad1dc3ebb6aadaeeeacde13d4ed2d62bf302bf62
treee52f65e2e56d35c0b7901578527c054f8fc62bf7
parente3b9dd8e870a61016e0f221e30d4f7d0b99cddb3
GH-89237: fix hang in proactor `subprocess.wait_closed()` (#98572)
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]