HomeSort by relevance Sort by last modified time
    Searched refs:stackcheck_counter (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Include/
ceval.h 112 ++(PyThreadState_GET()->stackcheck_counter) > 64)
pystate.h 225 int stackcheck_counter; member in struct:_ts
  /external/python/cpython3/Python/
pystate.c 370 tstate->stackcheck_counter = 0;
    [all...]
ceval.c 474 tstate->stackcheck_counter = 0;
    [all...]

Completed in 58 milliseconds