]> granicus.if.org Git - python/commit
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Oct 2017 14:08:15 +0000 (17:08 +0300)
committerGitHub <noreply@github.com>
Fri, 20 Oct 2017 14:08:15 +0000 (17:08 +0300)
commit56cb465cc93dcb35aaf7266ca3dbe2dcff1fac5f
treeb9bce18e156f23827247be42659d6fe99cd5c1cd
parent525f40d231aba2c004619fc7a5207171ed65b0cb
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)

and in codecs.escape_decode() when decode an escaped non-ascii byte.
Lib/test/test_codecs.py
Misc/NEWS.d/next/Core and Builtins/2017-10-20-14-07-46.bpo-31825.gJvmGW.rst [new file with mode: 0644]
Objects/bytesobject.c
Objects/unicodeobject.c
Python/ast.c