Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dsymtable.c268 int starting_recursion_depth; in PySymtable_BuildObject() local
287 starting_recursion_depth = (tstate->recursion_depth < INT_MAX / COMPILER_STACK_FRAME_SCALE) ? in PySymtable_BuildObject()
289 st->recursion_depth = starting_recursion_depth; in PySymtable_BuildObject()
330 if (st->recursion_depth != starting_recursion_depth) { in PySymtable_BuildObject()
333 starting_recursion_depth, st->recursion_depth); in PySymtable_BuildObject()