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:21:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344975523.3329.5.camel@localhost.localdomain>
In-reply-to <1344975374.03.0.631649909071.issue15653@psf.upfronthosting.co.za>
Content
Le mardi 14 août 2012 à 20:16 +0000, Robin Schreiber a écrit :
> However you still agree that these types need to be recounted
> properly, don't you?

Yes, of course.

> In that case, where would you place the decref of the type?

That's a good question. Perhaps the DECREF mechanism / typeobject.c
should do it. Or perhaps PyType_FromSpec should place a stub which would
call the actual dealloc.
History
Date User Action Args
2012-08-14 20:21:35pitrousetrecipients: + pitrou, loewis, gstein, gregory.p.smith, Robin.Schreiber
2012-08-14 20:21:34pitroulinkissue15653 messages
2012-08-14 20:21:34pitroucreate