Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpystate.h114 PyAPI_FUNC(_PyInitError) _PyRuntimeState_Init(_PyRuntimeState *);
/external/python/cpython3/Python/
Dpystate.c63 _PyRuntimeState_Init(_PyRuntimeState *runtime) in _PyRuntimeState_Init() function
Dpylifecycle.c96 return _PyRuntimeState_Init(&_PyRuntime); in _PyRuntime_Initialize()