mirror of
https://github.com/python/cpython.git
synced 2026-06-01 17:19:45 -04:00
4b8c0f6d7d
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.