Searched refs:test_recursion_limit (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_difflib.py | 202 def test_recursion_limit(self): member in TestSFpatches |
D | test_threading.py | 892 def test_recursion_limit(self): member in BoundedSemaphoreTests |
D | test_marshal.py | 233 def test_recursion_limit(self): member in BugsTestCase |
/external/python/cpython3/Lib/test/ | ||
D | test_difflib.py | 233 def test_recursion_limit(self): member in TestSFpatches |
D | test_marshal.py | 198 def test_recursion_limit(self): member in BugsTestCase |
D | test_threading.py | 936 def test_recursion_limit(self): member in ThreadingExceptionTests |
D | test_compileall.py | 383 def test_recursion_limit(self): member in CommandLineTests |