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 vstinner
Recipients Decorater, eric.snow, ncoghlan, serhiy.storchaka, vstinner
Date 2017-11-21.15:52:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511279530.49.0.213398074469.issue32096@psf.upfronthosting.co.za>
In-reply-to
Content
Nick: "Should we deprecate our implied support for calling Py_DecodeLocale() before calling Py_Initialize()?"

Please don't do that. Py_DecodeLocale() is the best available function to decode paths and environment variables to initialize Python. The implementation of Py_DecodeLocale() is very complex, but we need this complexity to decode "correctly" OS data.
History
Date User Action Args
2017-11-21 15:52:10vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, serhiy.storchaka, Decorater
2017-11-21 15:52:10vstinnersetmessageid: <1511279530.49.0.213398074469.issue32096@psf.upfronthosting.co.za>
2017-11-21 15:52:10vstinnerlinkissue32096 messages
2017-11-21 15:52:10vstinnercreate