Message177794
| 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:50 | bfroehle | set | recipients:
+ bfroehle, loewis, pitrou, Robin.Schreiber |
| 2012-12-20 01:18:49 | bfroehle | set | messageid: <1355966329.48.0.374269956944.issue16690@psf.upfronthosting.co.za> |
| 2012-12-20 01:18:48 | bfroehle | link | issue16690 messages |
| 2012-12-20 01:18:47 | bfroehle | create | |
|