]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132063: ensure that `ProcessPoolExecutor` does not swallow falsey exception...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Apr 2025 15:36:52 +0000 (17:36 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 15:36:52 +0000 (15:36 +0000)
commit8f6b0afd401673c47c15e30947244b0fab4291b2
tree93fceddea9a53d2cb5c9d4f29f1f00c7bbb7b43d
parent67c7de49dc326c931188509cf6b008e0a53129e6
[3.13] gh-132063: ensure that `ProcessPoolExecutor` does not swallow falsey exceptions (GH-132129) (#132275)

gh-132063: ensure that `ProcessPoolExecutor` does not swallow falsey exceptions (GH-132129)
(cherry picked from commit 933c6653cba235b3af2250bb19713694b560c367)

Co-authored-by: Duprat <yduprat@gmail.com>
Lib/concurrent/futures/_base.py
Lib/concurrent/futures/process.py
Lib/test/test_concurrent_futures/executor.py
Misc/NEWS.d/next/Library/2025-04-05-15-05-09.gh-issue-132063.KHnslU.rst [new file with mode: 0644]