Searched refs:_PyRuntime_Initialize (Results 1 – 6 of 6) sorted by relevance
119 PyAPI_FUNC(_PyInitError) _PyRuntime_Initialize(void);
19 _PyInitError err = _PyRuntime_Initialize(); in Py_FrozenMain()
82 _PyRuntime_Initialize(void) in _PyRuntime_Initialize() function660 err = _PyRuntime_Initialize(); in _Py_InitializeCore_impl()
1665 _PyRuntime_Initialize(); in _alloc_preinit_entry()
2888 pymain->err = _PyRuntime_Initialize(); in pymain_cmdline_impl()
44 be called before _PyRuntime_Initialize().