bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979)
* _Py_InitializeCore() now sets the LC_CTYPE locale to the user preferred locale before checking if the C locale should be coerced or not in _PyCoreConfig_Read(). * Fix pymain_read_conf(): remember if the C locale has been coerced when the configuration should be read again if the encoding has changed.
V
Victor Stinner committed
2c8ddcf4f14f3e4c87a6fe6678ab5ad09130c6ab
Parent: 9e4994d
Committed by GitHub <noreply@github.com>
on 8/28/2018, 10:16:53 PM