]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Dec 2018 09:15:02 +0000 (01:15 -0800)
committerGitHub <noreply@github.com>
Mon, 3 Dec 2018 09:15:02 +0000 (01:15 -0800)
commit0f9b6687eb8b26dd804abcc6efd4d6430ae16f24
treeae10652ac48ab1e41fb0b1c9a0f6cbde41b496ea
parentf65ede3f8fa08493facf48177540d0ec26e59560
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)

(cherry picked from commit 4013c179117754b039957db4730880bf3285919d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_codecs.py
Misc/NEWS.d/next/Core and Builtins/2018-12-01-19-20-53.bpo-35372.RwVJjZ.rst [new file with mode: 0644]
Objects/unicodeobject.c