Issue 16980: SystemError in codecs.unicode_escape_decode() (original) (raw)
Issue16980
Created on 2013-01-16 13:42 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
unicode_escape_decode_escaped_nonascii.patch | serhiy.storchaka,2013-01-16 14:46 | review |
Messages (3) | ||
---|---|---|
msg180089 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2013-01-16 13:42 |
>>> import codecs >>> codecs.unicode_escape_decode(b'\\\x80') Traceback (most recent call last): File "", line 1, in SystemError: invalid maximum character passed to PyUnicode_New | ||
msg180090 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2013-01-16 14:46 |
Here is a fix. The complete test suite will be in . | ||
msg180629 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2013-01-25 21:54 |
New changeset dcbc16afd6bc by Serhiy Storchaka in branch '3.3': Issue #16980: Fix processing of escaped non-ascii bytes in the http://hg.python.org/cpython/rev/dcbc16afd6bc New changeset d8c2ce63f5a4 by Serhiy Storchaka in branch 'default': Issue #16980: Fix processing of escaped non-ascii bytes in the http://hg.python.org/cpython/rev/d8c2ce63f5a4 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:40 | admin | set | github: 61184 |
2013-01-29 09:49:57 | serhiy.storchaka | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2013-01-25 21:54:38 | python-dev | set | nosy: + python-devmessages: + |
2013-01-16 14:50:05 | serhiy.storchaka | link | issue16979 dependencies |
2013-01-16 14:46:28 | serhiy.storchaka | set | files: + unicode_escape_decode_escaped_nonascii.patchkeywords: + patchmessages: + stage: needs patch -> patch review |
2013-01-16 13:42:27 | serhiy.storchaka | create |