mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
905f1ace5f
* bpo-34523, bpo-34403: Fix config_init_fs_encoding(): it now uses
ASCII if _Py_GetForceASCII() is true.
* Fix a regression of commit b2457efc78.
* Fix also a memory leak: get_locale_encoding() already allocates
memory, no need to duplicate the string.
Miscellaneous source files for the main Python shared library