commit | ce5faf673e9b11f2e56baa41ee0664c632ce1d55 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Oct 05 00:42:43 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Oct 05 00:42:43 2011 +0200 |
tree | 33b98a6969cc01701ae03e49e9909c4a1ce926a7 | |
parent | 55a190fbbddea150498a06351c66170c0a4a51bf [diff] |
unicodeobject.c doesn't make output strings ready in debug mode Try to only create non ready strings in debug mode to ensure that all functions (not only in unicodeobject.c, everywhere) make input strings ready.