This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Decorater, eric.snow, ncoghlan, ned.deily, vstinner
Date 2017-11-21.02:06:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511229966.72.0.213398074469.issue32086@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 32096 covers reverting the change to PyDecode_Locale specifically for 3.7.

We can use this issue to ask the broader question "Do we want to *deprecate* our previously implied support for calling PyDecode_Locale() before Py_Initialize()?"

If the answer is "Yes", then we need to design a transition plan to a different API for setting config parameters that accept "wchar_t *".

If the answer is "No", then we need to document that design constraint on the affected APIs.

Either way, we should also improve the way we communicate the list of C API methods that can be safely called before Py_Initialize.
History
Date User Action Args
2017-11-21 02:06:06ncoghlansetrecipients: + ncoghlan, vstinner, ned.deily, eric.snow, Decorater
2017-11-21 02:06:06ncoghlansetmessageid: <1511229966.72.0.213398074469.issue32086@psf.upfronthosting.co.za>
2017-11-21 02:06:06ncoghlanlinkissue32086 messages
2017-11-21 02:06:06ncoghlancreate