diff options
author | Guido van Rossum <guido@python.org> | 2001-08-30 18:31:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-08-30 18:31:30 (GMT) |
commit | 4b8c0f6d7d66e2ca8f3a80d1b9ba01afee88f574 (patch) | |
tree | 600ddf2544474c413102eb25b68c163c10b3be26 /Python | |
parent | 46add98758415f6180532326571d73f22966c34e (diff) | |
download | cpython-4b8c0f6d7d66e2ca8f3a80d1b9ba01afee88f574.zip cpython-4b8c0f6d7d66e2ca8f3a80d1b9ba01afee88f574.tar.gz cpython-4b8c0f6d7d66e2ca8f3a80d1b9ba01afee88f574.tar.bz2 |
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.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions