]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132063: ensure that `ProcessPoolExecutor` does not swallow falsey exceptions ...
authorDuprat <yduprat@gmail.com>
Tue, 8 Apr 2025 15:11:13 +0000 (17:11 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 15:11:13 +0000 (15:11 +0000)
commit933c6653cba235b3af2250bb19713694b560c367
tree60bba9ccd335e9cafcf252edf74c408c3a7fb623
parentc5e856a5dc8eed4813ecb8fbf4120411af9a6130
gh-132063: ensure that `ProcessPoolExecutor` does not swallow falsey exceptions (#132129)
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]