]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecutor...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Jul 2025 16:11:48 +0000 (18:11 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Jul 2025 16:11:48 +0000 (19:11 +0300)
commitf937b9fffbaaf5e604d5a575758c81d411b33c81
tree850b68587829bcb3ee991bb79cba345a346966f2
parent0a15ae71adc77788cc0d6e8470c509d99ae1c4ee
[3.14] gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecutor` (GH-136381) (#136420)

gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecutor` (GH-136381)
(cherry picked from commit 490eea02819ad303a5042529af7507b7b1fdabdc)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/concurrent/futures/__init__.py
Lib/test/test_concurrent_futures/test_interpreter_pool.py
Misc/NEWS.d/next/Library/2025-07-07-22-12-32.gh-issue-136380.1b_nXl.rst [new file with mode: 0644]