cpython/Lib/test/test_concurrent_futures
Victor Stinner f9ac377626
[3.11] Add test.support.busy_retry() (#93770) (#110341)
Add test.support.busy_retry() (#93770)

Add busy_retry() and sleeping_retry() functions to test.support.

(cherry picked from commit 7e9eaad864)
2023-10-04 12:58:49 +02:00
..
__init__.py
executor.py
test_as_completed.py
test_deadlock.py [3.11] gh-109917: Fix test instability in test_concurrent_futures (GH-110306) (#110316) 2023-10-03 23:27:56 +01:00
test_future.py
test_init.py [3.11] Add test.support.busy_retry() (#93770) (#110341) 2023-10-04 12:58:49 +02:00
test_process_pool.py
test_shutdown.py
test_thread_pool.py
test_wait.py [3.11] gh-109594: Fix concurrent.futures test_timeout() (GH-110018) (#110022) 2023-09-28 13:49:56 +00:00
util.py