]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 Mar 2023 05:08:11 +0000 (22:08 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2023 05:08:11 +0000 (22:08 -0700)
commit97812403bf01f665b27d7506f209ac9f1e913f24
tree89688d725932c0ac9cec0689c3962ae395d741f1
parentbef189b5c72a25a80d58c46f9e591a1b6db2187a
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)

Fix an issue of concurrent.futures ProcessPoolExecutor shutdown hanging.

(cherry picked from commit 2dc94634b50f0e5e207787e5ac1d56c68b22c3ae)

Co-authored-by: yonatanp <yonatan.perry@gmail.com>
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]