Files
cpython/Objects
Guido van Rossum 4b8c0f6d7d 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.
2001-08-30 18:31:30 +00:00
..
2001-08-29 23:54:21 +00:00
2001-08-29 23:54:21 +00:00
2001-08-30 03:10:36 +00:00
2001-08-29 23:54:21 +00:00
2001-08-30 03:09:31 +00:00
2001-08-29 23:54:21 +00:00
2001-08-30 03:09:31 +00:00
2001-08-29 23:54:21 +00:00
2001-08-30 03:12:59 +00:00