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
收信人 vstinner
日期 2010-03-27.01:51:05
SpamBayes Score 1.7204998e-06
Marked as misclassified
Message-id <1269654667.1.0.495795915419.issue8242@psf.upfronthosting.co.za>
In-reply-to
内容
> Initialize Py_FileSystemDefaultEncoding earlier in Py_InitializeEx(),
> because its value is required to encode unicode using surrogates to bytes

Oh, it doesn't work: get_codeset() returns NULL, because the codec register is empty when get_codeset() is called (with my patch).
历史
日期 用户 动作 参数
2010-03-27 01:51:07vstinner修改recipients: + vstinner
2010-03-27 01:51:07vstinner修改messageid: <1269654667.1.0.495795915419.issue8242@psf.upfronthosting.co.za>
2010-03-27 01:51:05vstinner链接issue8242 messages
2010-03-27 01:51:05vstinner创建