Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Dec 20, 2017

  • Add _PyCoreConfig.install_signal_handlers
  • Remove _PyMain.config: _PyMainInterpreterConfig usage is now
    restricted to pymain_init_python_main().
  • Rename _PyMain.core_config to _PyMain.config
  • _PyMainInterpreterConfig_Read() now creates the xoptions dictionary
    from the core config
  • Fix _PyMainInterpreterConfig_Read(): don't replace xoptions and
    argv if they are already set.

https://bugs.python.org/issue32030

* Add _PyCoreConfig.install_signal_handlers
* Remove _PyMain.config: _PyMainInterpreterConfig usage is now
  restricted to pymain_init_python_main().
* Rename _PyMain.core_config to _PyMain.config
* _PyMainInterpreterConfig_Read() now creates the xoptions dictionary
   from the core config
* Fix _PyMainInterpreterConfig_Read(): don't replace xoptions and
  argv if they are already set.
@vstinner vstinner merged commit 9cfc002 into python:master Dec 20, 2017
@vstinner vstinner deleted the coreconfig_read branch December 20, 2017 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants