Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c1165 compute_cr_origin(int origin_depth) in compute_cr_origin() argument
1170 for (; frame && frame_count < origin_depth; ++frame_count) { in compute_cr_origin()
1206 int origin_depth = tstate->coroutine_origin_tracking_depth; in PyCoro_New() local
1208 if (origin_depth == 0) { in PyCoro_New()
1211 PyObject *cr_origin = compute_cr_origin(origin_depth); in PyCoro_New()