Home
last modified time | relevance | path

Searched refs:_PyFrameEvalFunction (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/cpython/
Dpystate.h187 typedef PyObject* (*_PyFrameEvalFunction)(PyThreadState *tstate, PyFrameObject *, int); typedef
189 PyAPI_FUNC(_PyFrameEvalFunction) _PyInterpreterState_GetEvalFrameFunc(
193 _PyFrameEvalFunction eval_frame);
/external/python/cpython3/Include/internal/
Dpycore_interp.h122 _PyFrameEvalFunction eval_frame;
/external/python/cpython3/Python/
Dpystate.c1790 _PyFrameEvalFunction
1799 _PyFrameEvalFunction eval_frame) in _PyInterpreterState_SetEvalFrameFunc()
/external/python/cpython3/Doc/c-api/
Dinit.rst1140 .. c:type:: PyObject* (*_PyFrameEvalFunction)(PyThreadState *tstate, PyFrameObject *frame, int thro…
1150 .. c:function:: _PyFrameEvalFunction _PyInterpreterState_GetEvalFrameFunc(PyInterpreterState *inter…
1158 … _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState *interp, _PyFrameEvalFunction eval_frame);
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a5.rst1310 :c:type:`_PyFrameEvalFunction` function type now takes a *tstate* parameter.