Home
last modified time | relevance | path

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

/prebuilts/build-tools/common/py3-headers/Include/internal/
Dpycore_frame.h62 PyObject *f_executable; /* Strong reference (code object or None) */ member
81 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()
Dpycore_runtime_init.h72 .executable = offsetof(_PyInterpreterFrame, f_executable), \