[Python-Dev] Refcounting heap types (original) (raw)

Martin v. Loewis martin@v.loewis.de
30 Mar 2002 00:48:07 +0100


Guido van Rossum <guido@python.org> writes:

At the bottom of subtypedealloc():

Thanks! I didn't realize that every heap type has tp_dealloc == subtype_dealloc.

Regards, Martin