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 ncoghlan, vstinner
Date 2018-09-13.11:51:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536839477.65.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.

I don't actually mind if you reinstate the extra pass through the command line arguments just to check for -E and -I early enough for it to affect a properly located call to _Py_CoerceLegacyLocale, I just don't think it's necessary to do so.
History
Date User Action Args
2018-09-13 11:51:17ncoghlansetrecipients: + ncoghlan, vstinner
2018-09-13 11:51:17ncoghlansetmessageid: <1536839477.65.0.956365154283.issue34639@psf.upfronthosting.co.za>
2018-09-13 11:51:17ncoghlanlinkissue34639 messages
2018-09-13 11:51:17ncoghlancreate