]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (GH-108513...
authorelfstrom <elfstrom@users.noreply.github.com>
Mon, 2 Oct 2023 15:24:19 +0000 (17:24 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:24:19 +0000 (17:24 +0200)
commitc2cadb0ec2d192c78d9e01c3c0c1cae12ea57392
tree26ef8d8315d7d24bd62705158a7c8da5b8bbfe6f
parent5e6e99646e46d485e018429f6000661609e4f1b5
[3.12] gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (GH-108513) (#109784)

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]