Searched refs:PyThreadState_GetInterpreter (Results 1 – 10 of 10) sorted by relevance
89 PyAPI_FUNC(PyInterpreterState*) PyThreadState_GetInterpreter(PyThreadState *tstate);
546 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()
2031 PyInterpreterState *interp = PyThreadState_GetInterpreter(tstate); in interp_create()
595 function,PyThreadState_GetInterpreter,3.10,
578 EXPORT_FUNC(PyThreadState_GetInterpreter)
1090 PyThreadState_GetInterpreter(PyThreadState *tstate) in PyThreadState_GetInterpreter() function
1175 Add :c:func:`PyThreadState_GetInterpreter`: get the interpreter of a Python
2101 function PyThreadState_GetInterpreter
1275 * Added :c:func:`PyThreadState_GetInterpreter` and
1135 .. c:function:: PyInterpreterState* PyThreadState_GetInterpreter(PyThreadState *tstate)