cpython/Lib/concurrent/futures
Miss Islington (bot) ca0cb46648
[3.15] gh-150285: Fix too long docstrings in the concurrent package (GH-151076) (GH-151173)
(cherry picked from commit 0fa06f4d7f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2026-06-09 16:41:26 +00:00
..
__init__.py gh-137282: Fix TypeError in tab completion and dir() of concurrent.futures (GH-137214) 2025-07-31 16:17:27 +00:00
_base.py [3.15] gh-150285: Fix too long docstrings in the concurrent package (GH-151076) (GH-151173) 2026-06-09 16:41:26 +00:00
interpreter.py [3.15] gh-150285: Fix too long docstrings in the concurrent package (GH-151076) (GH-151173) 2026-06-09 16:41:26 +00:00
process.py [3.15] gh-150285: Fix too long docstrings in the concurrent package (GH-151076) (GH-151173) 2026-06-09 16:41:26 +00: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