]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecutor` ...
authorAN Long <aisk@users.noreply.github.com>
Tue, 8 Jul 2025 13:32:14 +0000 (22:32 +0900)
committerGitHub <noreply@github.com>
Tue, 8 Jul 2025 13:32:14 +0000 (13:32 +0000)
commit490eea02819ad303a5042529af7507b7b1fdabdc
tree8afc7da2377a49453fb15aa129fb1ea22e183066
parentba9c1986305517ed88470129fe7c71aaec22d08d
gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecutor` (#136381)

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]