Searched refs:test_recursion_limit (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_difflib.py | 202 def test_recursion_limit(self): member in TestSFpatches |
D | test_marshal.py | 247 def test_recursion_limit(self): member in BugsTestCase |
D | test_threading.py | 892 def test_recursion_limit(self): member in BoundedSemaphoreTests |
/external/python/cpython3/Lib/test/ | ||
D | test_difflib.py | 241 def test_recursion_limit(self): member in TestSFpatches |
D | test_marshal.py | 233 def test_recursion_limit(self): member in BugsTestCase |
D | test_threading.py | 977 def test_recursion_limit(self): member in ThreadingExceptionTests |
D | test_compileall.py | 406 def test_recursion_limit(self): member in CommandLineTestsBase |
D | test_inspect.py | 3735 def test_recursion_limit(self): member in TestUnwrap |