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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, vstinner
Date 2008-10-07.15:45:27
SpamBayes Score 0.0019008098
Marked as misclassified No
Message-id <1223394330.82.0.103594259377.issue3975@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-07 15:45:31amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, vstinner
2008-10-07 15:45:30amaury.forgeotdarcsetmessageid: <1223394330.82.0.103594259377.issue3975@psf.upfronthosting.co.za>
2008-10-07 15:45:29amaury.forgeotdarclinkissue3975 messages
2008-10-07 15:45:28amaury.forgeotdarccreate