Home
last modified time | relevance | path

Searched refs:fail_new_thread (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_threading.py256 def fail_new_thread(*args): function
259 threading._start_new_thread = fail_new_thread
/external/python/cpython3/Lib/test/
Dtest_threading.py277 def fail_new_thread(*args): function
280 threading._start_new_thread = fail_new_thread