SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 588 Python

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.
J
Jeremy Hylton committed
d08b4c4524a31695d7e63768c02f472c9cb54fbd
Parent: d22162b