]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
unicodeobject.c doesn't make output strings ready in debug mode
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Oct 2011 22:42:43 +0000 (00:42 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Oct 2011 22:42:43 +0000 (00:42 +0200)
commitce5faf673e9b11f2e56baa41ee0664c632ce1d55
tree33b98a6969cc01701ae03e49e9909c4a1ce926a7
parent55a190fbbddea150498a06351c66170c0a4a51bf
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.
Objects/unicodeobject.c