]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)
authoryonatanp <yonatan.perry@gmail.com>
Thu, 16 Mar 2023 04:44:52 +0000 (00:44 -0400)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2023 04:44:52 +0000 (21:44 -0700)
commit2dc94634b50f0e5e207787e5ac1d56c68b22c3ae
tree1ffdfc46379f076a08afafdb67951b992280e0b6
parenta44553ea9f7745a1119148082edb1fb0372ac0e2
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)

Fix an issue of concurrent.futures ProcessPoolExecutor shutdown hanging.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/concurrent/futures/process.py
Lib/test/test_concurrent_futures.py
Misc/ACKS
Misc/NEWS.d/next/Library/2022-06-30-21-28-41.gh-issue-94440.LtgX0d.rst [new file with mode: 0644]