Searched refs:_PyRuntimeState_Init (Results 1 – 3 of 3) sorted by relevance
130 PyAPI_FUNC(PyStatus) _PyRuntimeState_Init(_PyRuntimeState *runtime);
102 _PyRuntimeState_Init(_PyRuntimeState *runtime) in _PyRuntimeState_Init() function
105 return _PyRuntimeState_Init(&_PyRuntime); in _PyRuntime_Initialize()