]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Jun 2026 09:06:55 +0000 (11:06 +0200)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2026 09:06:55 +0000 (09:06 +0000)
commit5d7cf16f3f7fa711dcf254fc67b649be3fba1ec5
treeb13a86fd142aea3d95855e676c3a8a4b94d008f5
parent8b291463e3ec5620bf1896a9b7c31994c1393675
[3.15] gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268) (#151430)

gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268)
(cherry picked from commit 3c00ebc2bbd902495b163def850bc931420209fc)

Co-authored-by: Daniel Shields <daniel.shields@twosigma.com>
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]