Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Mar 5, 2019

  • 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

https://bugs.python.org/issue36142

* 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
@vstinner vstinner merged commit 5a02e0d into python:master Mar 5, 2019
@vstinner vstinner deleted the preparse9 branch March 5, 2019 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants