]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Aug 2019 23:53:56 +0000 (16:53 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Aug 2019 23:53:56 +0000 (16:53 -0700)
commitf93c15aedc2ea2cb8b56fc9dbb0d412918992e86
treee59bda0f0d881ea54f46de40c7dda1d4fd26711e
parent9eb3d5463976068900e94b860ced7e035885835c
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083)

(cherry picked from commit 7ebdda0dbee7df6f0c945a7e1e623e47676e112d)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/test/test_codecs.py
Misc/NEWS.d/next/Core and Builtins/2019-08-02-15-01-33.bpo-36311.uY5vt-.rst [new file with mode: 0644]
Objects/unicodeobject.c