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

  /external/python/cpython3/Include/
pystate.h 109 #define _PyMainInterpreterConfig_INIT \
111 /* Note: _PyMainInterpreterConfig_INIT sets other fields to 0/NULL */
  /external/python/cpython3/Python/
pystate.c 149 interp->config = _PyMainInterpreterConfig_INIT;
    [all...]
pylifecycle.c 1011 _PyMainInterpreterConfig main_config = _PyMainInterpreterConfig_INIT;
    [all...]
  /external/python/cpython3/Modules/
main.c     [all...]

Completed in 72 milliseconds