Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c1122 compute_cr_origin(int origin_depth) in compute_cr_origin() argument
1127 for (; frame && frame_count < origin_depth; ++frame_count) { in compute_cr_origin()
1163 int origin_depth = tstate->coroutine_origin_tracking_depth; in PyCoro_New() local
1165 if (origin_depth == 0) { in PyCoro_New()
1168 PyObject *cr_origin = compute_cr_origin(origin_depth); in PyCoro_New()