[Python-Dev] PyObject_Init documentation

"Martin v. Löwis" martin at v.loewis.de
Fri Oct 7 09:59:50 CEST 2005


says

If type  indicates that the object participates in the cyclic garbage 
detector, it is added to the detector's set of observed objects.

Is this really correct? I thought you need to invoke PyObject_GC_TRACK
explicitly?

Regards,
Martin


More information about the Python-Dev mailing list