]> granicus.if.org Git - python/commit
PyUnicode_Format(): disable overallocation when we are writing the last part
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 3 Oct 2012 21:03:46 +0000 (23:03 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 3 Oct 2012 21:03:46 +0000 (23:03 +0200)
commita049443fab2442fff090470f8a4ec7a7c79c83ff
treebfbad994a44da4a2c95efafd3108ed60a20752cd
parentafffce489b369d0237d49fd512219619cfa92965
PyUnicode_Format(): disable overallocation when we are writing the last part
of the output string
Objects/unicodeobject.c