]> granicus.if.org Git - python/commit
Unicode: resize_compact() and resize_inplace() fills also the Unicode strings
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 3 Oct 2012 21:03:17 +0000 (23:03 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 3 Oct 2012 21:03:17 +0000 (23:03 +0200)
commitafffce489b369d0237d49fd512219619cfa92965
treee047fd111ccb577cdfcae0720fdb59fb264567dc
parent75f108174aedf9ffc4433c7cb70ab197f0175802
Unicode: resize_compact() and resize_inplace() fills also the Unicode strings
with invalid bytes in debug mode, as done by PyUnicode_New()
Objects/unicodeobject.c