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
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
test_process_pool.py
test_shutdown.py
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
util.py