[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public

Conversation

Copy link
Member

vstinner commented Jul 26, 2018

  • _PyCoreConfig: Rename ignore_environment field to use_environment.
  • _PyCoreConfig_Read(): if isolated is set, use_environment and
    site_import are now always set to 0.
  • Inline pymain_free_raw() into pymain_free()
  • Move config_init_warnoptions() call into pymain_read_conf_impl()
  • _PyCoreConfig_Read(): don't replace values if they are already set:
    faulthandler, pycache_prefix, home.

https://bugs.python.org/issue34170

* _PyCoreConfig: Rename ignore_environment field to use_environment.
* _PyCoreConfig_Read(): if isolated is set, use_environment and
  site_import are now always set to 0.
* Inline pymain_free_raw() into pymain_free()
* Move config_init_warnoptions() call into pymain_read_conf_impl()
* _PyCoreConfig_Read(): don't replace values if they are already set:
  faulthandler, pycache_prefix, home.
_PyCoreConfig_Read() initializes use_environment
vstinner merged commit d145775 into python:master Jul 26, 2018
vstinner deleted the use_env_vars branch July 26, 2018 14:05
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