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.

作者 vstinner
收信人 ezio.melotti, methane, vstinner
日期 2017-01-12.09:18:36
SpamBayes Score -1.0
Marked as misclassified
Message-id <1484212716.64.0.708448732138.issue29240@psf.upfronthosting.co.za>
In-reply-to
内容
> 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).
历史
日期 用户 动作 参数
2017-01-12 09:18:36vstinner修改recipients: + vstinner, ezio.melotti, methane
2017-01-12 09:18:36vstinner修改messageid: <1484212716.64.0.708448732138.issue29240@psf.upfronthosting.co.za>
2017-01-12 09:18:36vstinner链接issue29240 messages
2017-01-12 09:18:36vstinner创建