Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpystate.h90 PyAPI_FUNC(PyFrameObject*) PyThreadState_GetFrame(PyThreadState *tstate);
/external/python/cpython3/Doc/c-api/
Dreflection.rst31 See also :c:func:`PyThreadState_GetFrame`.
Dinit.rst1112 .. c:function:: PyFrameObject* PyThreadState_GetFrame(PyThreadState *tstate)
/external/tensorflow/tensorflow/compiler/xla/python/
Dtraceback.cc47 for (PyFrameObject* py_frame = PyThreadState_GetFrame(thread_state); in Traceback()
/external/python/cpython3/PC/
Dpython3dll.c576 EXPORT_FUNC(PyThreadState_GetFrame)
/external/python/cpython3/Doc/data/
Dstable_abi.dat593 function,PyThreadState_GetFrame,3.10,
Dpython3.10.abi652 …<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…
17331PyThreadState_GetFrame' mangled-name='PyThreadState_GetFrame' filepath='Python/pystate.c' line='10…
/external/python/cpython3/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()
/external/python/cpython3/Modules/
D_tracemalloc.c398 PyFrameObject *pyframe = PyThreadState_GetFrame(tstate); in traceback_get_frames()
D_xxsubinterpretersmodule.c1837 PyFrameObject *frame = PyThreadState_GetFrame(tstate); in _is_running()
/external/python/cpython3/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
/external/python/cpython3/Misc/
Dstable_abi.txt2097 function PyThreadState_GetFrame
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1294 Added :c:func:`PyThreadState_GetFrame` function to get the current frame of a
/external/python/cpython3/Objects/
Dtypeobject.c8955 PyFrameObject *frame = PyThreadState_GetFrame(tstate); in super_init()