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 serhiy.storchaka
Recipients ezio.melotti, serhiy.storchaka
Date 2013-01-16.13:42:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358343747.58.0.471745996102.issue16980@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import codecs
>>> codecs.unicode_escape_decode(b'\\\x80')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: invalid maximum character passed to PyUnicode_New
History
Date User Action Args
2013-01-16 13:42:27serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti
2013-01-16 13:42:27serhiy.storchakasetmessageid: <1358343747.58.0.471745996102.issue16980@psf.upfronthosting.co.za>
2013-01-16 13:42:27serhiy.storchakalinkissue16980 messages
2013-01-16 13:42:27serhiy.storchakacreate