]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125864: Propagate `pickle.loads()` failures in `InterpreterPoolExecutor` (gh-125898)
authorPeter Bierma <zintensitydev@gmail.com>
Thu, 24 Oct 2024 16:51:45 +0000 (12:51 -0400)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2024 16:51:45 +0000 (10:51 -0600)
commit41bd9d959ccdb1095b6662b903bb3cbd2a47087b
tree2012bdba0388c90c7db2404524ad7b55b2a3dd86
parent3c4a7fa6178d852ccb73527aaa2d0a5e93022e89
gh-125864: Propagate `pickle.loads()` failures in `InterpreterPoolExecutor` (gh-125898)

Authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/concurrent/futures/interpreter.py
Lib/test/test_concurrent_futures/test_interpreter_pool.py