Home
last modified time | relevance | path

Searched refs:PyThreadState_GetInterpreter (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Include/
Dpystate.h89 PyAPI_FUNC(PyInterpreterState*) PyThreadState_GetInterpreter(PyThreadState *tstate);
/external/python/cpython3/Modules/
Dfaulthandler.c568 fatal_error.interp = PyThreadState_GetInterpreter(tstate); in faulthandler_py_enable()
784 thread.interp = PyThreadState_GetInterpreter(tstate); in faulthandler_dump_traceback_later()
966 user->interp = PyThreadState_GetInterpreter(tstate); in faulthandler_register_py()
D_xxsubinterpretersmodule.c2031 PyInterpreterState *interp = PyThreadState_GetInterpreter(tstate); in interp_create()
/external/python/cpython3/PC/
Dpython3dll.c578 EXPORT_FUNC(PyThreadState_GetInterpreter)
/external/python/cpython3/Doc/data/
Dstable_abi.dat595 function,PyThreadState_GetInterpreter,3.10,
Dpython3.10.abi654 …<elf-symbol name='PyThreadState_GetInterpreter' type='func-type' binding='global-binding' visibili…
17335PyThreadState_GetInterpreter' mangled-name='PyThreadState_GetInterpreter' filepath='Python/pystate…
20641 …<function-decl name='PyThreadState_GetInterpreter' mangled-name='PyThreadState_GetInterpreter' fil…
/external/python/cpython3/Python/
Dpystate.c1090 PyThreadState_GetInterpreter(PyThreadState *tstate) in PyThreadState_GetInterpreter() function
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a5.rst1175 Add :c:func:`PyThreadState_GetInterpreter`: get the interpreter of a Python
/external/python/cpython3/Misc/
Dstable_abi.txt2101 function PyThreadState_GetInterpreter
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1292 * Added :c:func:`PyThreadState_GetInterpreter` and
/external/python/cpython3/Doc/c-api/
Dinit.rst1135 .. c:function:: PyInterpreterState* PyThreadState_GetInterpreter(PyThreadState *tstate)