]> granicus.if.org Git - python/commit
Fixed a couple of instances where a 0-length string was being
authorMarc-André Lemburg <mal@egenix.com>
Mon, 14 Aug 2000 11:29:19 +0000 (11:29 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 14 Aug 2000 11:29:19 +0000 (11:29 +0000)
commitb7520774e2d7072e765436842ccf914ed7fd03ad
tree1a489c3fe786bdd3176873af2d36fd1e18af1bff
parent673c6cf3d480cbdd31c994a9b25a3821b6a85401
Fixed a couple of instances where a 0-length string was being
resized after creation. 0-length strings are usually shared
and _PyString_Resize() fails on these shared strings.

Fixes [ Bug #111667 ] unicode core dump.
Objects/unicodeobject.c