Searched full:test_concurrent_futures (Results 1 – 8 of 8) sorted by relevance
41 -x test_concurrent_futures
63 -x test_concurrent_futures
99 …-x test_multiprocessing_forkserver -x test_multiprocessing_spawn -x test_concurrent_futures || true
1231 test_select test_zipfile test_concurrent_futures
295 from test.test_concurrent_futures import sleep_and_print380 from test.test_concurrent_futures import sleep_and_print473 from test.test_concurrent_futures import sleep_and_print
941 <Compile Include="test\test_concurrent_futures.py" />
3839 test_concurrent_futures: explicitly stop the manager to prevent leaking a5348 - bpo-37421: test_concurrent_futures now explicitly stops the ForkServer5359 - bpo-37421: test_concurrent_futures now cleans up multiprocessing to remove
3876 - Issue #14407: Fix unittest test discovery in test_concurrent_futures.