[issue29240] Implementation of the PEP 540: Add a new UTF-8 mode

STINNER Victor report at bugs.python.org
Thu Jan 12 04:18:36 EST 2017


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 <report at bugs.python.org>
<http://bugs.python.org/issue29240>
_______________________________________


More information about the Python-bugs-list mailing list