mirror of
https://github.com/python/cpython.git
synced 2026-07-25 19:32:01 -04:00
710e826307
_io.TextIOWrapper no longer calls getpreferredencoding(False) of _bootlocale to get the locale encoding, but calls _Py_GetLocaleEncoding() instead. Add config_get_fs_encoding() sub-function. Reorganize also config_get_locale_encoding() code.
Miscellaneous source files for the main Python shared library