Searched refs:_PySys_InitMain (Results 1 – 3 of 3) sorted by relevance
45 extern int _PySys_InitMain(PyThreadState *tstate);
992 if (_PySys_InitMain(tstate) < 0) { in init_interp_main()
2891 _PySys_InitMain(PyThreadState *tstate) in _PySys_InitMain() function