mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -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