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 CWRU_Researcher1
Recipients CWRU_Researcher1
Date 2008-11-25.00:39:47
SpamBayes Score 0.09946425
Marked as misclassified No
Message-id <1227573589.29.0.468760733343.issue4412@psf.upfronthosting.co.za>
In-reply-to
Content
/home/rxc92/project/Python-2.5.2/Parser/tokenizer.c
(translate_into_utf8) Line 573
The return value of PyUnicode_AsUTF8String() is never checked if it is NULL.

Reference:
http://www.python.org/doc/2.5.2/api/builtinCodecs.html#l2h-523
History
Date User Action Args
2008-11-25 00:39:49CWRU_Researcher1setrecipients: + CWRU_Researcher1
2008-11-25 00:39:49CWRU_Researcher1setmessageid: <1227573589.29.0.468760733343.issue4412@psf.upfronthosting.co.za>
2008-11-25 00:39:48CWRU_Researcher1linkissue4412 messages
2008-11-25 00:39:47CWRU_Researcher1create