cpython/Lib/test/test_concurrent_futures
Miss Islington (bot) a01621aeb4
[3.11] gh-116682: stdout may be empty in test_cancel_futures_wait_false (GH-116683) (#116693)
If the `shutdown()` call happens before the worker thread starts executing
the task, then nothing will be printed to stdout.
(cherry picked from commit 7d1abe9502)

Co-authored-by: Sam Gross <colesbury@gmail.com>
2024-03-13 00:29:03 +00: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 [3.11] gh-116682: stdout may be empty in test_cancel_futures_wait_false (GH-116683) (#116693) 2024-03-13 00:29:03 +00:00
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