[3.7] bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) by miss-islington · Pull Request #12627 · python/cpython

@serhiy-storchaka @miss-islington

The bug occurred when the encoded surrogate character is passed
to the incremental decoder in two chunks.
(cherry picked from commit 7a465cb)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

@bedevere-bot mentioned this pull request

Mar 30, 2019

serhiy-storchaka

serhiy-storchaka