bpo-36142: Add _PyPreConfig.utf8_mode by vstinner · Pull Request #12174 · python/cpython
Conversation
-
Move following fields from _PyCoreConfig to _PyPreConfig:
- coerce_c_locale
- coerce_c_locale_warn
- legacy_windows_stdio
- utf8_mode
-
_PyPreConfig_ReadFromArgv() is now responsible to choose the
filesystem encoding -
_PyPreConfig_Write() now sets the LC_CTYPE locale
* Move following fields from _PyCoreConfig to _PyPreConfig: * coerce_c_locale * coerce_c_locale_warn * legacy_windows_stdio * utf8_mode * _PyPreConfig_ReadFromArgv() is now responsible to choose the filesystem encoding * _PyPreConfig_Write() now sets the LC_CTYPE locale
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters