commit | d145775b451bbae549391eb49ed612fb3b03bde1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Thu Jul 26 16:04:56 2018 +0200 |
committer | GitHub <noreply@github.com> | Thu Jul 26 16:04:56 2018 +0200 |
tree | 8c30d8a56bc8016322c4e2680e1d6a32818f0030 | |
parent | 5473f061f518aef5367a535999a407305fb12aff [diff] |
bpo-34170: Cleanup pymain_read_conf() (GH-8476) * Config: 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.