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 ezio.melotti, methane, vstinner
Date 2017-01-12.09:18:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484212716.64.0.708448732138.issue29240@psf.upfronthosting.co.za>
In-reply-to
Content
> 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).
History
Date User Action Args
2017-01-12 09:18:36vstinnersetrecipients: + vstinner, ezio.melotti, methane
2017-01-12 09:18:36vstinnersetmessageid: <1484212716.64.0.708448732138.issue29240@psf.upfronthosting.co.za>
2017-01-12 09:18:36vstinnerlinkissue29240 messages
2017-01-12 09:18:36vstinnercreate