Lines Matching refs:PyInterpreterState
56 static PyStatus add_main_module(PyInterpreterState *interp);
147 PyInterpreterState *interp = tstate->interp; in init_importlib()
457 PyInterpreterState *interp = tstate->interp; in pyinit_core_reconfigure()
550 PyInterpreterState *interp = PyInterpreterState_New(); in pycore_create_interpreter()
646 PyInterpreterState *interp = tstate->interp; in pycore_init_builtins()
971 PyInterpreterState *interp = tstate->interp; in init_interp_main()
1088 PyInterpreterState *interp = tstate->interp; in pyinit_main()
1551 PyInterpreterState *interp = PyInterpreterState_New(); in new_interpreter()
1574 PyInterpreterState *main_interp = PyInterpreterState_Main(); in new_interpreter()
1648 PyInterpreterState *interp = tstate->interp; in Py_EndInterpreter()
1675 add_main_module(PyInterpreterState *interp) in add_main_module()
2061 _Py_FatalError_DumpTracebacks(int fd, PyInterpreterState *interp, in _Py_FatalError_DumpTracebacks()
2243 PyInterpreterState *interp = NULL; in fatal_error()
2358 PyInterpreterState *is = _PyInterpreterState_GET(); in _Py_PyAtExit()
2370 PyInterpreterState *interp = tstate->interp; in call_py_exitfuncs()