Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpythonrun.c93 int nomem_count = 0; in PyRun_InteractiveLoopFlags() local
126 if (++nomem_count > 16) { in PyRun_InteractiveLoopFlags()
132 nomem_count = 0; in PyRun_InteractiveLoopFlags()
137 nomem_count = 0; in PyRun_InteractiveLoopFlags()