HomeSort by relevance Sort by last modified time
    Searched defs:_PyRuntime (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Parser/
pgenmain.c 30 _PyRuntimeState _PyRuntime = _PyRuntimeState_INIT;
  /external/python/cpython3/Python/
pylifecycle.c 79 _PyRuntimeState _PyRuntime = _PyRuntimeState_INIT;
86 _PyRuntime. However, _PyRuntime *should* be initialized with
96 return _PyRuntimeState_Init(&_PyRuntime);
102 _PyRuntimeState_Fini(&_PyRuntime);
108 return _PyRuntime.finalizing != NULL;
154 return _PyRuntime.core_initialized;
160 return _PyRuntime.initialized;
642 if (_PyRuntime.core_initialized) {
671 if (_PyRuntime.initialized)
    [all...]

Completed in 52 milliseconds