Nick Coghlan <ncogh...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34639>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to