commit | b7520774e2d7072e765436842ccf914ed7fd03ad | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Mon Aug 14 11:29:19 2000 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Mon Aug 14 11:29:19 2000 +0000 |
tree | 1a489c3fe786bdd3176873af2d36fd1e18af1bff | |
parent | 673c6cf3d480cbdd31c994a9b25a3821b6a85401 [diff] |
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.