]> granicus.if.org Git - python/commit
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 3 Dec 2018 08:36:45 +0000 (10:36 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Dec 2018 08:36:45 +0000 (10:36 +0200)
commit4013c179117754b039957db4730880bf3285919d
tree7d7e8ed373d7469d8ddb5e6d5553337a3955f6b1
parent062cbb67726f26794b1b461853e40696b4a0b220
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
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