cpython/Programs
Victor Stinner 5a02e0d1c8
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
* 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
2019-03-05 12:32:09 +01:00
..
_freeze_importlib.c bpo-36142: Add _PyPreConfig structure (GH-12172) 2019-03-05 02:01:27 +01:00
_testembed.c bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174) 2019-03-05 12:32:09 +01:00
python.c bpo-35081: Rename internal headers (GH-10275) 2018-11-12 16:53:38 +01:00
README

Source files for binary executables (as opposed to shared modules)