Searched refs:PyThreadState_GetFrame (Results 1 – 15 of 15) sorted by relevance
90 PyAPI_FUNC(PyFrameObject*) PyThreadState_GetFrame(PyThreadState *tstate);
31 See also :c:func:`PyThreadState_GetFrame`.
1112 .. c:function:: PyFrameObject* PyThreadState_GetFrame(PyThreadState *tstate)
593 function,PyThreadState_GetFrame,3.10,
576 EXPORT_FUNC(PyThreadState_GetFrame)
834 PyFrameObject *f = PyThreadState_GetFrame(tstate); in setup_context()
1098 PyThreadState_GetFrame(PyThreadState *tstate) in PyThreadState_GetFrame() function
1804 PyFrameObject *f = PyThreadState_GetFrame(tstate); in sys__getframe_impl()
398 PyFrameObject *pyframe = PyThreadState_GetFrame(tstate); in traceback_get_frames()
1837 PyFrameObject *frame = PyThreadState_GetFrame(tstate); in _is_running()
899 The :c:func:`PyThreadState_GetFrame` function now returns a strong reference
1156 Add :c:func:`PyThreadState_GetFrame` function: get the current frame of a
2097 function PyThreadState_GetFrame
1277 Added :c:func:`PyThreadState_GetFrame` function to get the current frame of a
8952 PyFrameObject *frame = PyThreadState_GetFrame(tstate); in super_init()