Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpythonrun.c96 int nomem_count = 0; in PyRun_InteractiveLoopFlags() local
128 if (++nomem_count > 16) { in PyRun_InteractiveLoopFlags()
134 nomem_count = 0; in PyRun_InteractiveLoopFlags()
139 nomem_count = 0; in PyRun_InteractiveLoopFlags()