Home
last modified time | relevance | path

Searched full:test_concurrent_futures (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/.azure-pipelines/
Dposix-steps.yml41 -x test_concurrent_futures
/external/python/cpython3/.github/workflows/
Dcoverage.yml66 -x test_concurrent_futures
/external/python/cpython3/
D.travis.yml97 …-x test_multiprocessing_forkserver -x test_multiprocessing_spawn -x test_concurrent_futures || true
DMakefile.pre.in1230 test_select test_zipfile test_concurrent_futures
/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py295 from test.test_concurrent_futures import sleep_and_print
380 from test.test_concurrent_futures import sleep_and_print
473 from test.test_concurrent_futures import sleep_and_print
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a2.rst708 Fix test_ressources_gced_in_workers() of test_concurrent_futures: explicitly
D3.9.0a1.rst4150 test_concurrent_futures now explicitly stops the ForkServer instance if it's
4182 test_concurrent_futures now cleans up multiprocessing to remove immediately
/external/python/cpython3/PCbuild/
Dlib.pyproj941 <Compile Include="test\test_concurrent_futures.py" />
/external/python/cpython3/Misc/
DHISTORY3876 - Issue #14407: Fix unittest test discovery in test_concurrent_futures.