commit | bd48280cb66544827952ca91e326cbb178c8c461 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Mar 30 06:52:41 2019 -0700 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Mar 30 15:52:41 2019 +0200 |
tree | 311677f37b61b17296375feaf118361ea78f0fc2 | |
parent | 4724ba9b57c45ce4bca3c828f2ed8dcff3800a0c [diff] |
bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) (GH-12627) The bug occurred when the encoded surrogate character is passed to the incremental decoder in two chunks. (cherry picked from commit 7a465cb5ee7e298cae626ace1fc3e7d97df79f2e) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>