mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
2c8ddcf4f1
* _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.
Miscellaneous source files for the main Python shared library