cpython/Lib/concurrent/futures
Miss Islington (bot) 5d7cf16f3f
[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 3c00ebc2bb)

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>
2026-06-13 09:06:55 +00:00
..
__init__.py gh-137282: Fix TypeError in tab completion and dir() of concurrent.futures (GH-137214) 2025-07-31 16:17:27 +00:00
_base.py [3.15] gh-150285: Fix too long docstrings in the concurrent package (GH-151076) (GH-151173) 2026-06-09 16:41:26 +00:00
interpreter.py [3.15] gh-150285: Fix too long docstrings in the concurrent package (GH-151076) (GH-151173) 2026-06-09 16:41:26 +00:00
process.py [3.15] gh-101267: ProcessPoolExecutor no longer shares 1 BrokenProcessPool exception among all failed futures (GH-101268) (#151430) 2026-06-13 09:06:55 +00:00
thread.py