]> 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 07:15:57 +0000 (23:15 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 13 Feb 2018 07:15:57 +0000 (09:15 +0200)
commit09819ef05a9a1b13321b56c09f48ca45b46e8656
tree3aecb9d42a681249c882d54298b97c6137f14a67
parent65c32bbe85862ab5eb52a0d4340e844e13d0f7ee
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636) (GH-5650)

(cherry picked from commit b7e2d67f7c035f09c921ca4e7a36529cd502ccf7)

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