]> granicus.if.org Git - python/commit
part 2 of Neil Schemenauer's GC patches:
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 23 Jun 2000 19:37:02 +0000 (19:37 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 23 Jun 2000 19:37:02 +0000 (19:37 +0000)
commitd08b4c4524a31695d7e63768c02f472c9cb54fbd
treeb81cade431fa30d6446fef0122a3796b0876c8a2
parentd22162bac7e42ccf90571ee2607c9c42ed2df3fe
part 2 of Neil Schemenauer's GC patches:

This patch modifies the type structures of objects that
participate in GC.  The object's tp_basicsize is increased when
GC is enabled.  GC information is prefixed to the object to
maintain binary compatibility.  GC objects also define the
tp_flag Py_TPFLAGS_GC.
Include/object.h
Include/objimpl.h
Objects/classobject.c
Objects/dictobject.c
Objects/funcobject.c
Objects/listobject.c
Objects/tupleobject.c