cpython/Lib/concurrent/futures
AN Long 246be21de1
gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472)
The OS thread name is now correctly prefixed with `InterpreterPoolExecutor` instead of `ThreadPoolExecutor`.
2025-07-20 23:34:32 +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-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472) 2025-07-20 23:34:32 +00: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