]> granicus.if.org Git - python/commit
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Feb 2018 09:32:46 +0000 (01:32 -0800)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2018 09:32:46 +0000 (01:32 -0800)
commit310b424c476e3de3370990e5b9a10acc64ed17f8
tree71cfd3ac700a782ae4e5088cc4adb458152513c2
parentc3f9d7e0ea30e94c901d13e1d43ff0be1e5dbcb7
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636)

(cherry picked from commit b7e2d67f7c035f09c921ca4e7a36529cd502ccf7)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Objects/unicodeobject.c