]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572) (#98620)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Oct 2022 03:34:08 +0000 (20:34 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Oct 2022 03:34:08 +0000 (20:34 -0700)
commit8950689dcecbab3229f9630c4f7b142414e5907b
treeb159dd05ba32c537eb82667cc78e186d6fc84b8f
parent5fb3b6111461f513b9566c9dcc96dff2a1ca8840
[3.11] GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572) (#98620)

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]