Searched refs:_PyInterpreterState_GetMainModule (Results 1 – 3 of 3) sorted by relevance
8 PyAPI_FUNC(PyObject *) _PyInterpreterState_GetMainModule(PyInterpreterState *);
591 _PyInterpreterState_GetMainModule(PyInterpreterState *interp) in _PyInterpreterState_GetMainModule() function
1870 PyObject *main_mod = _PyInterpreterState_GetMainModule(interp); in _run_script()