Brendan Miller <catphive <at> catphive.net> writes: > > What's the point of PyHeapTypeObject in Include/object.h? Why does the > layout of object types need to be different on the heap vs statically > allocated?
Heap types have to do some extra book-keeping like garbage collection. -- http://mail.python.org/mailman/listinfo/python-list