Searched refs:_PyRuntimeState_Init (Results 1 – 3 of 3) sorted by relevance
114 PyAPI_FUNC(_PyInitError) _PyRuntimeState_Init(_PyRuntimeState *);
63 _PyRuntimeState_Init(_PyRuntimeState *runtime) in _PyRuntimeState_Init() function
96 return _PyRuntimeState_Init(&_PyRuntime); in _PyRuntime_Initialize()