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

  /external/python/cpython3/Include/internal/
pystate.h 80 int core_initialized; member in struct:pyruntimestate
110 #define _PyRuntimeState_INIT {.initialized = 0, .core_initialized = 0}
  /external/python/cpython3/Python/
pylifecycle.c 154 return _PyRuntime.core_initialized;
642 if (_PyRuntime.core_initialized) {
674 if (_PyRuntime.core_initialized) {
825 _PyRuntime.core_initialized = 1;
905 if (!_PyRuntime.core_initialized) {
    [all...]

Completed in 57 milliseconds