Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ceval.h75 || ++tstate->stackcheck_counter > 64); in _Py_MakeRecCheck()
/third_party/python/Include/cpython/
Dpystate.h71 int stackcheck_counter; member
/third_party/python/Python/
Dpystate.c627 tstate->stackcheck_counter = 0; in new_threadstate()
Dceval.c865 tstate->stackcheck_counter = 0; in _Py_CheckRecursiveCall()