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 pitrou
Recipients Robin.Schreiber, gregory.p.smith, gstein, loewis, pitrou
Date 2012-08-14.20:04:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344974659.97.0.240375481858.issue15653@psf.upfronthosting.co.za>
In-reply-to
Content
Le mardi 14 août 2012 à 19:55 +0000, Robin Schreiber a écrit :
> As of now, I do not know of HeapTypes being excluded from refcounting.

No, but see http://bugs.python.org/issue15142
It's not obvious to me that the type should be explicitly decref'ed from the tp_dealloc function. This will make things more complicated for people willing to migrate their extensions to the stable ABI.

Also, all this is not documented at all :-(
History
Date User Action Args
2012-08-14 20:04:20pitrousetrecipients: + pitrou, loewis, gstein, gregory.p.smith, Robin.Schreiber
2012-08-14 20:04:19pitrousetmessageid: <1344974659.97.0.240375481858.issue15653@psf.upfronthosting.co.za>
2012-08-14 20:04:19pitroulinkissue15653 messages
2012-08-14 20:04:19pitroucreate