cpython/Lib/test/test_concurrent_futures
Miss Islington (bot) 329865b883
[3.13] gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid joining parent process' threads (GH-126098) (GH-127163)
Threads are gone after fork, so clear the queues too. Otherwise the
child process (here created via multiprocessing.Process) crashes on
interpreter exit.

(cherry picked from commit 1848ce61f3)

Co-authored-by: Andrei Bodrov <Drino@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2024-11-22 17:08:18 +00:00
..
__init__.py
executor.py gh-117688: Fix deadlock in test_no_stale_references with GIL disabled (#117720) 2024-04-15 12:54:56 -04:00
test_as_completed.py
test_deadlock.py [3.13] Fix typos (#123775) (#123866) 2024-10-07 23:44:31 +02:00
test_future.py
test_init.py [3.13] gh-117657: Skip test when running under TSan (GH-121549) (GH-121553) 2024-07-09 21:37:30 +00:00
test_process_pool.py gh-117478: Add @support.requires_gil_enabled decorator (#117479) 2024-04-04 14:10:46 -04:00
test_shutdown.py gh-116682: stdout may be empty in test_cancel_futures_wait_false (#116683) 2024-03-12 20:11:58 -04:00
test_thread_pool.py [3.13] gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid joining parent process' threads (GH-126098) (GH-127163) 2024-11-22 17:08:18 +00:00
test_wait.py gh-116622: Test updates for Android (#117299) 2024-04-05 20:57:36 +00:00
util.py gh-112536: Add TSAN builds on Github Actions (#116872) 2024-03-16 11:10:37 +01:00