Skip to content

bpo-36142: _PyPreConfig_Read() sets LC_CTYPE #12188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2019
Merged

bpo-36142: _PyPreConfig_Read() sets LC_CTYPE #12188

merged 1 commit into from
Mar 6, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Mar 6, 2019

  • _PyPreConfig_Read() now sets temporarily LC_CTYPE to the user
    preferred locale, as _PyPreConfig_Write() will do permanentely.
  • Fix _PyCoreConfig_Clear(): clear run_xxx attributes
  • _Py_SetArgcArgv() doesn't have to be exported
  • _PyCoreConfig_SetGlobalConfig() no longer applies preconfig

https://bugs.python.org/issue36142

* _PyPreConfig_Read() now sets temporarily LC_CTYPE to the user
  preferred locale, as _PyPreConfig_Write() will do permanentely.
* Fix _PyCoreConfig_Clear(): clear run_xxx attributes
* _Py_SetArgcArgv() doesn't have to be exported
* _PyCoreConfig_SetGlobalConfig() no longer applies preconfig
@vstinner vstinner merged commit 4fffd38 into python:master Mar 6, 2019
@vstinner vstinner deleted the preparse14 branch March 6, 2019 00:44
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