1. 15 Dec, 2017 1 commit
    • Victor Stinner's avatar
      bpo-32030: Add _PyCoreConfig_Copy() (#4874) · da273412
      Victor Stinner authored
      Each interpreter now has its core_config and main_config copy:
      
      * Add _PyCoreConfig_Copy() and _PyMainInterpreterConfig_Copy()
      * Move _PyCoreConfig_Read(), _PyCoreConfig_Clear() and
        _PyMainInterpreterConfig_Clear() from Python/pylifecycle.c to
        Modules/main.c
      * Fix _Py_InitializeEx_Private(): call _PyCoreConfig_ReadEnv() before
        _Py_InitializeCore()
      da273412
  2. 14 Dec, 2017 14 commits
  3. 13 Dec, 2017 11 commits
  4. 12 Dec, 2017 10 commits
  5. 11 Dec, 2017 4 commits