Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystate.h64 int stackcheck_counter; member
/external/python/cpython3/Include/
Dceval.h109 ++(PyThreadState_GET()->stackcheck_counter) > 64)
/external/python/cpython3/Python/
Dpystate.c572 tstate->stackcheck_counter = 0; in new_threadstate()
Dceval.c679 tstate->stackcheck_counter = 0; in _Py_CheckRecursiveCall()