Home
last modified time | relevance | path

Searched refs:throwflag (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ceval.h44 _PyEval_EvalFrame(PyThreadState *tstate, PyFrameObject *f, int throwflag) in _PyEval_EvalFrame() argument
46 return tstate->interp->eval_frame(tstate, f, throwflag); in _PyEval_EvalFrame()
/third_party/python/Doc/c-api/
Dveryhigh.rst299 .. c:function:: PyObject* PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
303 bytecode and executing calls as needed. The additional *throwflag*
Dinit.rst1177 …ype:: PyObject* (*_PyFrameEvalFunction)(PyThreadState *tstate, PyFrameObject *frame, int throwflag)
1181 The *throwflag* parameter is used by the ``throw()`` method of generators:
/third_party/python/Python/
Dceval.c1149 PyEval_EvalFrameEx(PyFrameObject *f, int throwflag) in PyEval_EvalFrameEx() argument
1152 return _PyEval_EvalFrame(tstate, f, throwflag); in PyEval_EvalFrameEx()
1577 _PyEval_EvalFrameDefault(PyThreadState *tstate, PyFrameObject *f, int throwflag) in _PyEval_EvalFrameDefault() argument
1728 if (throwflag) { /* support for generator.throw() */ in _PyEval_EvalFrameDefault()
/third_party/python/Doc/data/
Drefcounts.dat826 PyEval_EvalFrameEx:int:throwflag::
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst836 throwflag=0. At exit, the exception state is now always restored or swapped,
/third_party/python/Misc/
DHISTORY1020 PyEval_EvalFrameEx() is called with throwflag=0. At exit, the exception state