
guido at cnri
Dec 11, 1998, 7:56 AM
Post #1 of 1
(17 views)
Permalink
|
|
CVS: python/dist/src/Objects tupleobject.c
|
|
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().
|