[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-34170: Enhance _PyCoreConfig_Read() #8468

Merged
merged 1 commit into from Jul 26, 2018

Conversation

Copy link
Member

vstinner commented Jul 25, 2018

  • Inline cmdline_get_env_flags() into config_read_env_vars():
    _PyCoreConfig_Read() now reads much more environment variables like
    PYTHONVERBOSE.
  • Allow to override faulthandler and allocator even if dev_mode=1.
    PYTHONMALLOC is now the priority over PYTHONDEVMODE.
  • Fix _PyCoreConfig_Copy(): copy also install_signal_handlers,
    coerce_c_locale and coerce_c_locale_warn
  • _PyCoreConfig.install_signal_handlers default is now 1: install
    signals by default
  • Fix also a compiler warning: don't define _PyPathConfig type twice.

https://bugs.python.org/issue34170

* Inline cmdline_get_env_flags() into config_read_env_vars():
  _PyCoreConfig_Read() now reads much more environment variables like
  PYTHONVERBOSE.
* Allow to override faulthandler and allocator even if dev_mode=1.
  PYTHONMALLOC is now the priority over PYTHONDEVMODE.
* Fix _PyCoreConfig_Copy(): copy also install_signal_handlers,
  coerce_c_locale and coerce_c_locale_warn
* _PyCoreConfig.install_signal_handlers default is now 1: install
  signals by default
* Fix also a compiler warning: don't define _PyPathConfig type twice.
vstinner merged commit ecf411c into python:master Jul 26, 2018
vstinner deleted the fix_readconf branch Jul 26, 2018
yahya-abou-imran pushed a commit to yahya-abou-imran/cpython that referenced this pull request Nov 2, 2018
* Inline cmdline_get_env_flags() into config_read_env_vars():
  _PyCoreConfig_Read() now reads much more environment variables like
  PYTHONVERBOSE.
* Allow to override faulthandler and allocator even if dev_mode=1.
  PYTHONMALLOC is now the priority over PYTHONDEVMODE.
* Fix _PyCoreConfig_Copy(): copy also install_signal_handlers,
  coerce_c_locale and coerce_c_locale_warn
* _PyCoreConfig.install_signal_handlers default is now 1: install
  signals by default
* Fix also a compiler warning: don't define _PyPathConfig type twice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants