Searched refs:PyInterpreterState_Get (Results 1 – 25 of 25) sorted by relevance
500 _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState_Get(), _PyEval_EvalFrameDefault); in set_eval_frame_default()523 _PyInterpreterState_SetEvalFrameFunc(PyInterpreterState_Get(), record_eval); in set_eval_frame_record()
869 (PyInterpreterState_Get() != PyInterpreterState_Main())) { in subprocess_fork_exec()884 PyInterpreterState *interp = PyInterpreterState_Get(); in subprocess_fork_exec()
35 return PyInterpreterState_Get(); in _get_current()1936 if (interp != PyInterpreterState_Get()) { in _run_script_in_interpreter()
1092 PyInterpreterState *interp = PyInterpreterState_Get(); in _winapi_CreateProcess_impl()
26 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Get(void);
209 #define _PyInterpreterState_Get PyInterpreterState_Get
333 PyInterpreterState_Get(void) in PyInterpreterState_Get() function
578 PyInterpreterState_Get(void) in PyInterpreterState_Get() function2156 PyInterpreterState *interp = PyInterpreterState_Get(); in _PyInterpreterState_GetConfigCopy()
57 PyInterpreterState *interp = PyInterpreterState_Get(); in PyCodec_Unregister()
308 EXPORT_FUNC(PyInterpreterState_Get)
325 function,PyInterpreterState_Get,3.9,,
336 …<elf-symbol name='PyInterpreterState_Get' type='func-type' binding='global-binding' visibility='de…14881 …PyInterpreterState_Get' mangled-name='PyInterpreterState_Get' filepath='Python/pystate.c' line='56…
750 interpreter_ = PyInterpreterState_Get(); in PythonTracer()
1185 Add :c:func:`PyInterpreterState_Get` function to the limited C API.
2139 [function.PyInterpreterState_Get]
1291 :c:func:`PyInterpreterState_Get` functions to get the interpreter.
1211 .. c:function:: PyInterpreterState* PyInterpreterState_Get(void)