]> granicus.if.org Git - python/commit
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves...
authorSteve Dower <steve.dower@python.org>
Wed, 21 Aug 2019 23:22:33 +0000 (16:22 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Aug 2019 23:22:33 +0000 (16:22 -0700)
commit7ebdda0dbee7df6f0c945a7e1e623e47676e112d
treef0f37360dcb65a057f5fb65c8381997cacfa9dee
parentdf0c21ff46c5c37b6913828ef8c7651f523432f8
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and improves decoding performance (GH-15083)
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