Skip to content

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