Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h203 typedef PyObject* (*_PyFrameEvalFunction)(PyThreadState *tstate, PyFrameObject *, int); typedef
205 PyAPI_FUNC(_PyFrameEvalFunction) _PyInterpreterState_GetEvalFrameFunc(
209 _PyFrameEvalFunction eval_frame);
/third_party/python/Include/internal/
Dpycore_interp.h267 _PyFrameEvalFunction eval_frame;
/third_party/python/Python/
Dpystate.c1931 _PyFrameEvalFunction
1940 _PyFrameEvalFunction eval_frame) in _PyInterpreterState_SetEvalFrameFunc()
/third_party/python/Doc/c-api/
Dinit.rst1177 .. c:type:: PyObject* (*_PyFrameEvalFunction)(PyThreadState *tstate, PyFrameObject *frame, int thro…
1187 .. c:function:: _PyFrameEvalFunction _PyInterpreterState_GetEvalFrameFunc(PyInterpreterState *inter…
1195 …d _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState *interp, _PyFrameEvalFunction eval_frame)
/third_party/python/Misc/NEWS.d/
D3.9.0a5.rst1310 :c:type:`_PyFrameEvalFunction` function type now takes a *tstate* parameter.