Searched refs:f_executable (Results 1 – 2 of 2) sorted by relevance
62 PyObject *f_executable; /* Strong reference (code object or None) */ member81 assert(PyCode_Check(f->f_executable)); in _PyFrame_GetCode()82 return (PyCodeObject *)f->f_executable; in _PyFrame_GetCode()139 frame->f_executable = Py_NewRef(code); in _PyFrame_Initialize()300 frame->f_executable = Py_NewRef(code); in _PyFrame_PushTrampolineUnchecked()
72 .executable = offsetof(_PyInterpreterFrame, f_executable), \