This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Robin.Schreiber
Recipients Robin.Schreiber, gregory.p.smith, gstein, loewis, pitrou
Date 2012-08-14.20:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344975374.03.0.631649909071.issue15653@psf.upfronthosting.co.za>
In-reply-to
Content
As subtype_dealloc decref'ed the HeapType I thought the dealloc method was the most appropriate place to decrement the refcount of the type.
However you still agree that these types need to be recounted properly, don't you? In that case, where would you place the decref of the type?
I have talked with Martin v. Löwis about this issue, and I think he was quite comfortable with placing the decref inside the dealloc method.
History
Date User Action Args
2012-08-14 20:16:14Robin.Schreibersetrecipients: + Robin.Schreiber, loewis, gstein, gregory.p.smith, pitrou
2012-08-14 20:16:14Robin.Schreibersetmessageid: <1344975374.03.0.631649909071.issue15653@psf.upfronthosting.co.za>
2012-08-14 20:16:13Robin.Schreiberlinkissue15653 messages
2012-08-14 20:16:13Robin.Schreibercreate