1. 25 Jul, 2018 2 commits
    • Victor Stinner's avatar
      bpo-34170: Add _Py_InitializeFromConfig() (GH-8454) · 1dc6e390
      Victor Stinner authored
      * If _Py_InitializeCore() is called twice, the second call now copies
        and apply (partially) the new configuration.
      * Rename _Py_CommandLineDetails to _PyCmdline
      * Move more code into pymain_init(). The core configuration created
        by Py_Main() is new destroyed before running Python to reduce the
        memory footprint.
      * _Py_InitializeCore() now returns the created interpreter.
        _Py_InitializeMainInterpreter() now expects an interpreter.
      * Remove _Py_InitializeEx_Private(): _freeze_importlib now uses
        _Py_InitializeFromConfig()
      * _PyCoreConfig_InitPathConfig() now only computes the path
        configuration if needed.
      1dc6e390
    • erikjanss's avatar
      6cf82559
  2. 24 Jul, 2018 8 commits
  3. 23 Jul, 2018 11 commits
  4. 22 Jul, 2018 3 commits
  5. 21 Jul, 2018 10 commits
  6. 20 Jul, 2018 4 commits
  7. 19 Jul, 2018 2 commits