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.

作者 amaury.forgeotdarc
收信人 amaury.forgeotdarc, vstinner
日期 2008-10-07.15:45:27
SpamBayes Score 0.0019008098
Marked as misclassified
Message-id <1223394330.82.0.103594259377.issue3975@psf.upfronthosting.co.za>
In-reply-to
内容
I still have remarks about traceback_unicode-3.patch, that I did not see
before:
- (a minor thing) PyMem_FREE(found_encoding) could appear only once,
just after PyFile_FromFd.
- I feel it dangerous to call the PyUnicode_AS_UNICODE() macro without
checking that PyFile_GetLine() actually returned a PyUnicode object.
- If the "truncated" variable is NULL, an exception has been set; it is
necessary to exit the function.
历史
日期 用户 动作 参数
2008-10-07 15:45:31amaury.forgeotdarc修改recipients: + amaury.forgeotdarc, vstinner
2008-10-07 15:45:30amaury.forgeotdarc修改messageid: <1223394330.82.0.103594259377.issue3975@psf.upfronthosting.co.za>
2008-10-07 15:45:29amaury.forgeotdarc链接issue3975 messages
2008-10-07 15:45:28amaury.forgeotdarc创建