Searched refs:PyInterpreterState_Get (Results 1 – 15 of 15) sorted by relevance
332 PyInterpreterState *interp = PyInterpreterState_Get(); in _PyEval_SetSwitchInterval()343 PyInterpreterState *interp = PyInterpreterState_Get(); in _PyEval_GetSwitchInterval()
467 PyInterpreterState_Get(void) in PyInterpreterState_Get() function1956 PyInterpreterState *interp = PyInterpreterState_Get(); in _PyInterpreterState_GetConfigCopy()
56 PyInterpreterState *interp = PyInterpreterState_Get(); in PyCodec_Unregister()
288 PyInterpreterState *interp = PyInterpreterState_Get(); in PyEval_ThreadsInitialized()
36 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Get(void);
155 #define _PyInterpreterState_Get PyInterpreterState_Get
758 (PyInterpreterState_Get() != PyInterpreterState_Main())) { in subprocess_fork_exec()773 PyInterpreterState *interp = PyInterpreterState_Get(); in subprocess_fork_exec()
31 return PyInterpreterState_Get(); in _get_current()1950 if (interp != PyInterpreterState_Get()) { in _run_script_in_interpreter()
1092 PyInterpreterState *interp = PyInterpreterState_Get(); in _winapi_CreateProcess_impl()
314 function,PyInterpreterState_Get,3.9,
302 EXPORT_FUNC(PyInterpreterState_Get)
1185 Add :c:func:`PyInterpreterState_Get` function to the limited C API.
2061 function PyInterpreterState_Get
1276 :c:func:`PyInterpreterState_Get` functions to get the interpreter.
1144 .. c:function:: PyInterpreterState* PyInterpreterState_Get(void)