]> granicus.if.org Git - python/commit
Fix PyUnicode_Resize() for compact string: leave the string unchanged on error
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 12 Dec 2011 12:08:33 +0000 (13:08 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 12 Dec 2011 12:08:33 +0000 (13:08 +0100)
commitb0a82a6a7f0686f99e19cc04b498abcd2896b906
treed3fe59d2ff36222b109a886eff57fc85d79a7637
parent521dfb02dd754972f04cd77d80dd34fcf5ac9399
Fix PyUnicode_Resize() for compact string: leave the string unchanged on error

Fix also PyUnicode_Resize() doc
Include/unicodeobject.h
Objects/unicodeobject.c