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-24.13:24:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511529892.51.0.213398074469.issue32096@psf.upfronthosting.co.za>
In-reply-to
Content
We now check that Py_DecodeLocale() can be called before Py_Initialize(). IMHO we need to document this property in the documentation: I opened bpo-32124 and wrote a PR for that.
History
Date User Action Args
2017-11-24 13:24:52vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, serhiy.storchaka, Decorater
2017-11-24 13:24:52vstinnersetmessageid: <1511529892.51.0.213398074469.issue32096@psf.upfronthosting.co.za>
2017-11-24 13:24:52vstinnerlinkissue32096 messages
2017-11-24 13:24:52vstinnercreate