]> granicus.if.org Git - python/commit
When tracing references, reset the type and size of tuples allocated
authorGuido van Rossum <guido@python.org>
Fri, 11 Dec 1998 14:56:38 +0000 (14:56 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 11 Dec 1998 14:56:38 +0000 (14:56 +0000)
commit68055ce6fe015ff07352401045e01e6e2d861f11
tree77c5d808ba3ae59b3db4fb26beaa74734ea8cd69
parent21ef088265e20cdc2c7cff50eab432f8c620da01
When tracing references, reset the type and size of tuples allocated
from the fast free list -- the type (at least) is reset by
_Py_Dealloc().
Objects/tupleobject.c