Home
last modified time | relevance | path

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

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