[issue36945] Add _PyPreConfig.configure_locale: allow to leave LC_CTYPE unchanged when embedding Python

STINNER Victor report at bugs.python.org
Fri May 17 05:58:48 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

> Add _PyPreConfig.configure_locale: allow to leave LC_CTYPE unchanged when embedding Python

This parameter is similar the _PyCoreConfig.configure_c_stdio parameter that I just added. It allows to behave more as a "regular Python" or to better "isolate Python".

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36945>
_______________________________________


More information about the Python-bugs-list mailing list