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 bfroehle
Recipients Robin.Schreiber, bfroehle, loewis, pitrou
Date 2012-12-20.01:18:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355966329.48.0.374269956944.issue16690@psf.upfronthosting.co.za>
In-reply-to
Content
The attached file `heaptype_refcnt_testcases.py` runs through several test cases (ssl.SSLError, a subclass of ssl.SSLError, and xxlimited.Xxo) seeing if references are leaked in each instance.

Unfortunately `xxlimited.Xxo` isn't set to be a base type and I don't know of any other types in the default install which use PyType_FromSpec with a custom tp_dealloc.
History
Date User Action Args
2012-12-20 01:18:50bfroehlesetrecipients: + bfroehle, loewis, pitrou, Robin.Schreiber
2012-12-20 01:18:49bfroehlesetmessageid: <1355966329.48.0.374269956944.issue16690@psf.upfronthosting.co.za>
2012-12-20 01:18:48bfroehlelinkissue16690 messages
2012-12-20 01:18:47bfroehlecreate