Searched refs:origin_depth (Results 1 – 1 of 1) sorted by relevance
1122 compute_cr_origin(int origin_depth) in compute_cr_origin() argument1127 for (; frame && frame_count < origin_depth; ++frame_count) { in compute_cr_origin()1163 int origin_depth = tstate->coroutine_origin_tracking_depth; in PyCoro_New() local1165 if (origin_depth == 0) { in PyCoro_New()1168 PyObject *cr_origin = compute_cr_origin(origin_depth); in PyCoro_New()