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 vstinner
Recipients benjamin.peterson, ezio.melotti, lemburg, mark.dickinson, pitrou, serhiy.storchaka, vstinner
Date 2012-10-30.00:48:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351558089.01.0.970317132061.issue16335@psf.upfronthosting.co.za>
In-reply-to
Content
If I understood correctly, (b'\\N{' + b'x' * (INT_MAX+1)) + '}').decode('unicode-decode') may crash? Did you try such string?
History
Date User Action Args
2012-10-30 00:48:09vstinnersetrecipients: + vstinner, lemburg, mark.dickinson, pitrou, benjamin.peterson, ezio.melotti, serhiy.storchaka
2012-10-30 00:48:09vstinnersetmessageid: <1351558089.01.0.970317132061.issue16335@psf.upfronthosting.co.za>
2012-10-30 00:48:09vstinnerlinkissue16335 messages
2012-10-30 00:48:08vstinnercreate