cpython/Lib/concurrent/futures
AN Long 490eea0281
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>
2025-07-08 13:32:14 +00:00
..
__init__.py gh-136380: Fix import behavior for concurrent.futures.InterpreterPoolExecutor (#136381) 2025-07-08 13:32:14 +00:00
_base.py gh-134173: optimize state transfer between concurrent.futures.Future and asyncio.Future (#134174) 2025-05-18 21:26:20 +05:30
interpreter.py gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-133957) 2025-06-18 17:57:14 -06:00
process.py gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally (GH-133222) 2025-06-10 13:28:31 +02:00
thread.py gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid joining parent process' threads (GH-126098) 2024-11-22 18:20:34 +02:00