]> 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:09:11 +0000 (01:09 -0800)
committerGitHub <noreply@github.com>
Mon, 3 Dec 2018 09:09:11 +0000 (01:09 -0800)
commitbdeb56cd21ef3f4f086c93045d80f2a753823379
tree71896c0643ea65514557a34c7e3bffefcdb81dc6
parent1ef06c62d3c05cbba6448c56af30a09c551c9ec2
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