]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (GH-108513...
authorelfstrom <elfstrom@users.noreply.github.com>
Sun, 24 Sep 2023 19:28:03 +0000 (21:28 +0200)
committerGitHub <noreply@github.com>
Sun, 24 Sep 2023 19:28:03 +0000 (20:28 +0100)
commit97ea90194c478ac9214ce827868ea0e517f700e0
tree9b432a3b28819dada1afcfe0b4087e70c116ee54
parente6a9cbd1147a67d9128f5fa3e82f8f0ee77dee93
[3.11] gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (GH-108513) (#109783)

This fixes issue GH-105829, https://github.com/python/cpython/issues/105829

(cherry picked from commit 405b06375a8a4cdb08ff53afade09a8b66ec23d5)
Lib/concurrent/futures/process.py
Lib/test/test_concurrent_futures/test_deadlock.py
Misc/NEWS.d/next/Library/2023-08-26-12-35-39.gh-issue-105829.kyYhWI.rst [new file with mode: 0644]