Home
last modified time | relevance | path

Searched defs:new_depth (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dceval.c5605 _PyEval_SetCoroutineOriginTrackingDepth(PyThreadState *tstate, int new_depth) in _PyEval_SetCoroutineOriginTrackingDepth()
Dcompile.c6523 int new_depth = depth + effect; in stackdepth() local