[issue16980] SystemError in codecs.unicode_escape_decode()

Serhiy Storchaka report at bugs.python.org
Wed Jan 16 14:42:27 CET 2013


New submission from Serhiy Storchaka:

>>> 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

----------
assignee: serhiy.storchaka
components: Unicode
keywords: 3.3regression
messages: 180089
nosy: ezio.melotti, serhiy.storchaka
priority: high
severity: normal
stage: needs patch
status: open
title: SystemError in codecs.unicode_escape_decode()
type: crash
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16980>
_______________________________________


More information about the Python-bugs-list mailing list