STINNER Victor added the comment:

> Can -X utf8 option be processed before Py_Main()?

I'm trying to implement that, but it's hard to factorize the code. I will 
probably have to duplicate the code handling -E, -X utf8, PYTHONMALLOC and 
PYTHONUTF8 for wchar_t* (UCS4 or UTF-16) and char* (bytes).

----------

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

Reply via email to