[Python-checkins] CVS: python/dist/src/Objects tupleobject.c

Guido van Rossum guido@cnri.reston.va.us
Fri, 11 Dec 1998 09:56:41 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Objects
In directory eric:/projects/python/develop/guido/src/Objects

Modified Files:
	tupleobject.c 
Log Message:
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().