]> granicus.if.org Git - python/commit
Add DONT_MAKE_RESULT_READY to unicodeobject.c to help detecting bugs
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Oct 2011 18:05:46 +0000 (20:05 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Oct 2011 18:05:46 +0000 (20:05 +0200)
commit17efeed28469c5fe15a61aa927b17cbde5a1160d
tree2ef80d2cd0e21ab1699e06a7c5bed4bc5d11f707
parent6b56a7fd3d3ef1ceb6d97d3dad5409c40723011b
Add DONT_MAKE_RESULT_READY to unicodeobject.c to help detecting bugs

Use also _PyUnicode_READY_REPLACE() when it's applicable.
Objects/unicodeobject.c