• Home
  • Raw
  • Download

Lines Matching defs:interp

149 init_importlib(PyInterpreterState *interp, PyObject *sysmod)  in init_importlib()
200 init_importlib_external(PyInterpreterState *interp) in init_importlib_external()
460 PyInterpreterState *interp = tstate->interp; in pyinit_core_reconfigure() local
523 PyInterpreterState *interp = PyInterpreterState_New(); in pycore_create_interpreter() local
601 pycore_init_builtins(PyInterpreterState *interp) in pycore_init_builtins()
624 pycore_init_import_warnings(PyInterpreterState *interp, PyObject *sysmod) in pycore_init_import_warnings()
666 PyInterpreterState *interp; in pyinit_config() local
878 _Py_ReconfigureMainInterpreter(PyInterpreterState *interp) in _Py_ReconfigureMainInterpreter()
907 pyinit_main(_PyRuntimeState *runtime, PyInterpreterState *interp) in pyinit_main()
1013 PyInterpreterState *interp = _PyRuntimeState_GetThreadState(runtime)->interp; in _Py_InitializeMain() local
1034 PyInterpreterState *interp = NULL; in Py_InitializeFromConfig() local
1171 PyInterpreterState *interp = tstate->interp; in Py_FinalizeEx() local
1416 PyInterpreterState *interp = PyInterpreterState_New(); in new_interpreter() local
1588 PyInterpreterState *interp = tstate->interp; in Py_EndInterpreter() local
1613 add_main_module(PyInterpreterState *interp) in add_main_module()
1850 init_sys_streams(PyInterpreterState *interp) in init_sys_streams()
1978 _Py_FatalError_DumpTracebacks(int fd, PyInterpreterState *interp, in _Py_FatalError_DumpTracebacks()
2140 PyInterpreterState *interp = NULL; in fatal_error() local