commit | bcfbbd704646622e919c1306a91fba61d603483d | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Fri May 17 22:44:16 2019 +0200 |
committer | GitHub <noreply@github.com> | Fri May 17 22:44:16 2019 +0200 |
tree | 51238f56ba837c49330424bd995b2de71b5a5a48 | |
parent | 98ff4d5fb6a9d01b0176b7786db61346952e5295 [diff] |
bpo-36945: Add _PyPreConfig.configure_locale (GH-13368) _PyPreConfig_InitIsolatedConfig() sets configure_locale to 0 to prevent Python to modify the LC_CTYPE locale. In that case, coerce_c_locale an coerce_c_locale_warn are set to 0 as well.