cpython/Lib/test/test_concurrent_futures
Sam Gross 1908115871
gh-130957: Use sleeping_retry in test_free_reference (#130958)
The weak reference may not be immediately dead.
2025-03-11 09:51:26 -04:00
..
__init__.py
executor.py gh-130957: Use sleeping_retry in test_free_reference (#130958) 2025-03-11 09:51:26 -04:00
test_as_completed.py
test_deadlock.py
test_future.py
test_init.py
test_interpreter_pool.py gh-127949: deprecate asyncio.set_event_loop_policy (#128024) 2024-12-18 11:35:29 +05:30
test_process_pool.py gh-128041: Add terminate_workers and kill_workers methods to ProcessPoolExecutor (GH-130849) 2025-03-05 14:31:42 -08:00
test_shutdown.py gh-125451: Fix deadlock in ProcessPoolExecutor shutdown (#125492) 2024-10-16 11:39:17 -04:00
test_thread_pool.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
test_wait.py gh-128364: Fix flaky test_concurrent_futures.test_wait tests (gh-130742) 2025-03-06 12:30:58 -05:00
util.py gh-128364: Fix flaky test_concurrent_futures.test_wait tests (gh-130742) 2025-03-06 12:30:58 -05:00