Home
last modified time | relevance | path

Searched refs:PyThreadState_GetFrame (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Include/
Dpystate.h90 PyAPI_FUNC(PyFrameObject*) PyThreadState_GetFrame(PyThreadState *tstate);
/third_party/python/Doc/c-api/
Dreflection.rst31 See also :c:func:`PyThreadState_GetFrame`.
Dinit.rst1112 .. c:function:: PyFrameObject* PyThreadState_GetFrame(PyThreadState *tstate)
/third_party/python/Doc/data/
Dstable_abi.dat593 function,PyThreadState_GetFrame,3.10,
/third_party/python/PC/
Dpython3dll.c576 EXPORT_FUNC(PyThreadState_GetFrame)
/third_party/python/Python/
D_warnings.c834 PyFrameObject *f = PyThreadState_GetFrame(tstate); in setup_context()
Dpystate.c1098 PyThreadState_GetFrame(PyThreadState *tstate) in PyThreadState_GetFrame() function
Dsysmodule.c1804 PyFrameObject *f = PyThreadState_GetFrame(tstate); in sys__getframe_impl()
/third_party/python/Modules/
D_tracemalloc.c398 PyFrameObject *pyframe = PyThreadState_GetFrame(tstate); in traceback_get_frames()
D_xxsubinterpretersmodule.c1837 PyFrameObject *frame = PyThreadState_GetFrame(tstate); in _is_running()
/third_party/python/Misc/NEWS.d/
D3.9.0b1.rst899 The :c:func:`PyThreadState_GetFrame` function now returns a strong reference
D3.9.0a5.rst1156 Add :c:func:`PyThreadState_GetFrame` function: get the current frame of a
/third_party/python/Misc/
Dstable_abi.txt2097 function PyThreadState_GetFrame
/third_party/python/Doc/whatsnew/
D3.9.rst1277 Added :c:func:`PyThreadState_GetFrame` function to get the current frame of a
/third_party/python/Objects/
Dtypeobject.c8952 PyFrameObject *frame = PyThreadState_GetFrame(tstate); in super_init()