]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among...
authorDaniel Shields <daniel.shields@live.com>
Sat, 13 Jun 2026 08:23:39 +0000 (03:23 -0500)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2026 08:23:39 +0000 (01:23 -0700)
commit3c00ebc2bbd902495b163def850bc931420209fc
treead6c9c9b9757e9a5f5d4b72f1689228c96319d80
parentf4f102027a9b0edc72a048f17b696aa92d2e6893
gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/concurrent/futures/process.py
Lib/test/test_concurrent_futures/test_process_pool.py
Misc/ACKS
Misc/NEWS.d/next/Library/2023-01-23-21-23-50.gh-issue-101267._f-cFH.rst [new file with mode: 0644]