1. 15 Ara, 2017 2 kayıt (commit)
    • Victor Stinner's avatar
      bpo-32030: Add _PyMainInterpreterConfig.executable (#4876) · 41264f1c
      Victor Stinner yazdı
      * Add new fields to _PyMainInterpreterConfig:
      
        * executable
        * prefix
        * base_prefix
        * exec_prefix
        * base_exec_prefix
      
      * _PySys_EndInit() now sets sys attributes from
        _PyMainInterpreterConfig
      41264f1c
    • Victor Stinner's avatar
      bpo-32030: Add _PyCoreConfig_Copy() (#4874) · da273412
      Victor Stinner yazdı
      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 Ara, 2017 14 kayıt (commit)
  3. 13 Ara, 2017 11 kayıt (commit)
  4. 12 Ara, 2017 10 kayıt (commit)
  5. 11 Ara, 2017 3 kayıt (commit)