]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
More stuff discovered while writing the simplest of testcases:
authorGuido van Rossum <guido@python.org>
Thu, 30 Aug 2001 18:31:30 +0000 (18:31 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Aug 2001 18:31:30 +0000 (18:31 +0000)
commit4b8c0f6d7d66e2ca8f3a80d1b9ba01afee88f574
tree600ddf2544474c413102eb25b68c163c10b3be26
parent46add98758415f6180532326571d73f22966c34e
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.
Objects/tupleobject.c