Message8921

Author alex.gronholm
Recipients alex.gronholm, yecril71pl
Date 2014-08-14.14:12:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408025563.42.0.930481604501.issue2190@psf.upfronthosting.co.za>
In-reply-to
Content
This is a bug in PyString.encode_UnicodeEscape(). When encountering a surrogate character, it doesn't check if there are more characters in the string before attempting to get it with charAt().
History
Date User Action Args
2014-08-14 14:12:43alex.gronholmsetmessageid: <1408025563.42.0.930481604501.issue2190@psf.upfronthosting.co.za>
2014-08-14 14:12:43alex.gronholmsetrecipients: + alex.gronholm, yecril71pl
2014-08-14 14:12:43alex.gronholmlinkissue2190 messages
2014-08-14 14:12:43alex.gronholmcreate