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.19:55:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344974154.8.0.918172039071.issue15653@psf.upfronthosting.co.za>
In-reply-to
Content
Well, as I have changed the static type to a HeapType (as I am now using the stable ABI from PEP 384 for this type), we have to start perfoming proper reference counting with this object. This includes increfing the type in case a new object of that type is created, and decrefing if such an object is being deallocated.
As of now, I do not know of HeapTypes being excluded from refcounting.
History
Date User Action Args
2012-08-14 19:55:54Robin.Schreibersetrecipients: + Robin.Schreiber, loewis, gstein, gregory.p.smith, pitrou
2012-08-14 19:55:54Robin.Schreibersetmessageid: <1344974154.8.0.918172039071.issue15653@psf.upfronthosting.co.za>
2012-08-14 19:55:54Robin.Schreiberlinkissue15653 messages
2012-08-14 19:55:54Robin.Schreibercreate