Searched refs:PyInterpreterState_Main (Results 1 – 3 of 3) sorted by relevance
443 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Main(void);
817 PyInterpreterState_Main(void) in PyInterpreterState_Main() function
1392 PyInterpreterState *main_interp = PyInterpreterState_Main(); in new_interpreter()