commit | 06847b13ca28ef88e0ded4ce985c46317ba8cdaf | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Jul 31 23:39:05 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Thu Jul 31 23:39:05 2008 +0000 |
tree | 538beea91ca49f9cfeb724c4de85824cb45a2f4d | |
parent | ad9604003ccfcf956375bbc2aeaac078b7bc9b23 [diff] |
Correct a crash when two successive unicode allocations fail with a MemoryError: the freelist contained half-initialized objects with freed pointers. The comment /* XXX UNREF/NEWREF interface should be more symmetrical */ was copied from tupleobject.c, and appears in some other places. I sign the petition.