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 ncoghlan, vstinner
Date 2018-09-13.18:27:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536863232.53.0.956365154283.issue34639@psf.upfronthosting.co.za>
In-reply-to
Content
> Respecting -E and -I isn't a problem per se - the problem is moving the _Py_CoerceLegacyLocale call to a point that's incredibly late in the startup process *just* to get it to respect those flags.

Would you mind to elaborate how it is an issue? The LC_CTYPE is coerced *before* the configuration is read a second time. If there is an issue, would you mind to show an example where something is decoded from the wrong encoding?
History
Date User Action Args
2018-09-13 18:27:12vstinnersetrecipients: + vstinner, ncoghlan
2018-09-13 18:27:12vstinnersetmessageid: <1536863232.53.0.956365154283.issue34639@psf.upfronthosting.co.za>
2018-09-13 18:27:12vstinnerlinkissue34639 messages
2018-09-13 18:27:12vstinnercreate