Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dframeobject.h44 char f_executing; /* whether the frame is still executing */ member
/third_party/python/Objects/
Dframeobject.c657 f->f_executing = 0; in frame_tp_clear()
679 if (f->f_executing) { in frame_clear()
918 f->f_executing = 0; in _PyFrame_New_NoTrack()
/third_party/python/Modules/
D_xxsubinterpretersmodule.c1850 int executing = (int)(frame->f_executing); in _is_running()
/third_party/python/Python/
Dceval.c1332 f->f_executing = 1; in _PyEval_EvalFrameDefault()
3843 f->f_executing = 0; in _PyEval_EvalFrameDefault()