Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpystate.h89 PyAPI_FUNC(PyInterpreterState*) PyThreadState_GetInterpreter(PyThreadState *tstate);
/third_party/python/Modules/
Dfaulthandler.c546 fatal_error.interp = PyThreadState_GetInterpreter(tstate); in faulthandler_py_enable()
762 thread.interp = PyThreadState_GetInterpreter(tstate); in faulthandler_dump_traceback_later()
944 user->interp = PyThreadState_GetInterpreter(tstate); in faulthandler_register_py()
D_xxsubinterpretersmodule.c2031 PyInterpreterState *interp = PyThreadState_GetInterpreter(tstate); in interp_create()
/third_party/python/Doc/data/
Dstable_abi.dat595 function,PyThreadState_GetInterpreter,3.10,
/third_party/python/PC/
Dpython3dll.c578 EXPORT_FUNC(PyThreadState_GetInterpreter)
/third_party/python/Python/
Dpystate.c1090 PyThreadState_GetInterpreter(PyThreadState *tstate) in PyThreadState_GetInterpreter() function
/third_party/python/Misc/NEWS.d/
D3.9.0a5.rst1175 Add :c:func:`PyThreadState_GetInterpreter`: get the interpreter of a Python
/third_party/python/Misc/
Dstable_abi.txt2101 function PyThreadState_GetInterpreter
/third_party/python/Doc/whatsnew/
D3.9.rst1275 * Added :c:func:`PyThreadState_GetInterpreter` and
/third_party/python/Doc/c-api/
Dinit.rst1135 .. c:function:: PyInterpreterState* PyThreadState_GetInterpreter(PyThreadState *tstate)