commit | 4b8c0f6d7d66e2ca8f3a80d1b9ba01afee88f574 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 30 18:31:30 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 30 18:31:30 2001 +0000 |
tree | 600ddf2544474c413102eb25b68c163c10b3be26 | |
parent | 46add98758415f6180532326571d73f22966c34e [diff] |
More stuff discovered while writing the simplest of testcases: tupledealloc(): only feed the free list when the type is really a tuple, not a subtype. Otherwise, use PyObject_GC_Del(). _PyTuple_Resize(): disallow using this for tuple subtypes.