Message 120711 - Python tracker

Message120711

Author vstinner
Recipients hfuru, vstinner
Date 2010-11-08.03:52:47
SpamBayes Score 0.00026127158
Marked as misclassified No
Message-id <1289188383.35.0.82373707.issue10308@psf.upfronthosting.co.za>
In-reply-to
Content
3.2a3 chunk#2 cannot fail because PyUnicode_AsWideChar() only returns -1 if the first argument is NULL, whereas we just checked that decoded is not NULL. But it would be better to fix the variable type to avoid future bugs.
History
Date User Action Args
2010-11-08 03:53:03vstinnersetrecipients: + vstinner, hfuru
2010-11-08 03:53:03vstinnersetmessageid: <1289188383.35.0.82373707.issue10308@psf.upfronthosting.co.za>
2010-11-08 03:52:47vstinnerlinkissue10308 messages
2010-11-08 03:52:47vstinnercreate