mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
c5989cd876
Py_DecodeLocale() and Py_EncodeLocale() now use the UTF-8 encoding on Windows if Py_LegacyWindowsFSEncodingFlag is zero. pymain_read_conf() now sets Py_LegacyWindowsFSEncodingFlag in its loop, but restore its value at exit.
Miscellaneous source files for the main Python shared library