]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug in Unicode decoders related to _PyUnicodeWriter
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Apr 2013 22:25:28 +0000 (00:25 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Apr 2013 22:25:28 +0000 (00:25 +0200)
commit170ca6f84b45f0377e902459cf5f76532c5f3e6b
tree850aabc57b1789f2798cd4521d25cfa8c6b136f8
parent376cfa122d5a7fa2e63b514af8f4621a4cc40b5a
Fix bug in Unicode decoders related to _PyUnicodeWriter

Bug introduced by changesets 7ed9993d53b4 and edf029fc9591.
Objects/unicodeobject.c