Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/.azure-pipelines/
Dposix-steps.yml41 -x test_concurrent_futures
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py304 from test.test_concurrent_futures import sleep_and_print
389 from test.test_concurrent_futures import sleep_and_print
510 from test.test_concurrent_futures import sleep_and_print
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a2.rst708 Fix test_ressources_gced_in_workers() of test_concurrent_futures: explicitly
D3.11.0b1.rst1863 Fix ``test_concurrent_futures`` to test the correct multiprocessing start
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
/aosp_15_r20/external/python/cpython3/PCbuild/
Dlib.pyproj935 <Compile Include="test\test_concurrent_futures.py" />
/aosp_15_r20/external/python/cpython3/
DMakefile.pre.in1729 test_select test_zipfile test_concurrent_futures
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY3876 - Issue #14407: Fix unittest test discovery in test_concurrent_futures.