Searched refs:PyThreadState_GetFrame (Results 1 – 17 of 17) 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)
47 for (PyFrameObject* py_frame = PyThreadState_GetFrame(thread_state); in Traceback()
576 EXPORT_FUNC(PyThreadState_GetFrame)
593 function,PyThreadState_GetFrame,3.10,
652 …<elf-symbol name='PyThreadState_GetFrame' type='func-type' binding='global-binding' visibility='de…10784 …<function-decl name='PyThreadState_GetFrame' mangled-name='PyThreadState_GetFrame' filepath='./Inc…17331 …PyThreadState_GetFrame' mangled-name='PyThreadState_GetFrame' filepath='Python/pystate.c' line='10…
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
1294 Added :c:func:`PyThreadState_GetFrame` function to get the current frame of a
8955 PyFrameObject *frame = PyThreadState_GetFrame(tstate); in super_init()