Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpystate.h110 #define _PyRuntimeState_INIT {.initialized = 0, .core_initialized = 0} macro
/external/python/cpython3/Parser/
Dpgenmain.c30 _PyRuntimeState _PyRuntime = _PyRuntimeState_INIT;
/external/python/cpython3/Python/
Dpylifecycle.c79 _PyRuntimeState _PyRuntime = _PyRuntimeState_INIT;