]> 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:55:57 +0000 (16:55 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Aug 2019 23:55:57 +0000 (16:55 -0700)
commit735a960ac98cf414caf910565220ab2761fa542a
treeccd0ae583980650cdac50b24921e98b916d1d018
parentc5bba853d5e7836f6d4340e18721d3fb3a6ee0f7
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