Home
last modified time | relevance | path

Searched refs:_PyRuntimeState_Init (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_runtime.h130 PyAPI_FUNC(PyStatus) _PyRuntimeState_Init(_PyRuntimeState *runtime);
/third_party/python/Python/
Dpystate.c102 _PyRuntimeState_Init(_PyRuntimeState *runtime) in _PyRuntimeState_Init() function
Dpylifecycle.c105 return _PyRuntimeState_Init(&_PyRuntime); in _PyRuntime_Initialize()