Home
last modified time | relevance | path

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

/third_party/python/Include/
Dceval.h73 PyAPI_FUNC(PyObject *) PyEval_EvalFrame(PyFrameObject *);
/third_party/python/Misc/
DSpecialBuilds.txt95 When this preprocessor symbol is defined, before PyEval_EvalFrame executes a
Dstable_abi.txt586 function PyEval_EvalFrame
DHISTORY19543 forcing an early re-execution of PyEval_EvalFrame() "periodic" code when
/third_party/python/PC/
Dpython3dll.c238 EXPORT_FUNC(PyEval_EvalFrame)
/third_party/python/Doc/data/
Dstable_abi.dat174 function,PyEval_EvalFrame,3.2,
Drefcounts.dat821 PyEval_EvalFrame:PyObject*::+1:
822 PyEval_EvalFrame:PyFrameObject*:f:0:
/third_party/python/Doc/c-api/
Dveryhigh.rst293 .. c:function:: PyObject* PyEval_EvalFrame(PyFrameObject *f)
/third_party/python/Python/
Dceval.c1141 PyEval_EvalFrame(PyFrameObject *f) in PyEval_EvalFrame() function