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

  /external/python/cpython3/Include/internal/
pystate.h 110 #define _PyRuntimeState_INIT {.initialized = 0, .core_initialized = 0}
111 /* Note: _PyRuntimeState_INIT sets other fields to 0/NULL */
114 PyAPI_FUNC(_PyInitError) _PyRuntimeState_Init(_PyRuntimeState *);
  /external/python/cpython3/Parser/
pgenmain.c 30 _PyRuntimeState _PyRuntime = _PyRuntimeState_INIT;
  /external/python/cpython3/Python/
pylifecycle.c 79 _PyRuntimeState _PyRuntime = _PyRuntimeState_INIT;
96 return _PyRuntimeState_Init(&_PyRuntime);
    [all...]

Completed in 623 milliseconds