Home
last modified time | relevance | path

Searched refs:PyFrame_BlockSetup (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dframeobject.h69 PyAPI_FUNC(void) PyFrame_BlockSetup(PyFrameObject *, int, int, int);
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def185 PyFrame_BlockSetup
/aosp_15_r20/external/python/cpython2/Objects/
Dframeobject.c785 PyFrame_BlockSetup(PyFrameObject *f, int type, int handler, int level) in PyFrame_BlockSetup() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def330 "PyFrame_BlockSetup"
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c2875 PyFrame_BlockSetup(f, opcode, INSTR_OFFSET() + oparg, in PyEval_EvalFrameEx()
2905 PyFrame_BlockSetup(f, SETUP_WITH, INSTR_OFFSET() + oparg, in PyEval_EvalFrameEx()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2619 * :c:func:`PyFrame_BlockSetup` and :c:func:`PyFrame_BlockPop` have been