Message 342703 - Python tracker

Message342703

Author vstinner
Recipients ncoghlan, steve.dower, twouters, vstinner
Date 2019-05-17.09:58:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558087128.47.0.499382478921.issue36945@roundup.psfhosted.org>
In-reply-to
Content
> 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".
History
Date User Action Args
2019-05-17 09:58:48vstinnersetrecipients: + vstinner, twouters, ncoghlan, steve.dower
2019-05-17 09:58:48vstinnersetmessageid: <1558087128.47.0.499382478921.issue36945@roundup.psfhosted.org>
2019-05-17 09:58:48vstinnerlinkissue36945 messages
2019-05-17 09:58:48vstinnercreate