]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (#108513)
authorelfstrom <elfstrom@users.noreply.github.com>
Fri, 22 Sep 2023 12:55:56 +0000 (14:55 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 12:55:56 +0000 (13:55 +0100)
commit405b06375a8a4cdb08ff53afade09a8b66ec23d5
treec39dfff42dd01b675e01f805f7632b1cf3648146
parente94a2232eac07eb526ec93ef01699513cf9b0fa3
gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (#108513)

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

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Antoine Pitrou <antoine@python.org>
Co-authored-by: Chris Withers <chris@withers.org>
Co-authored-by: Thomas Moreau <thomas.moreau.2010@gmail.com>
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]