Home
last modified time | relevance | path

Searched refs:test_leaking_fds_on_error (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_subprocess.py687 def test_leaking_fds_on_error(self): member in ProcessTestCase
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7.2rc1.rst1620 test_subprocess:test_leaking_fds_on_error no longer gives a false positive
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_subprocess.py1293 def test_leaking_fds_on_error(self): member in ProcessTestCase
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY10498 - Issue #11490: test_subprocess.test_leaking_fds_on_error no longer gives a