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 petr.viktorin
Recipients eric.snow, larry, ncoghlan, petr.viktorin
Date 2015-05-23.14:49:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432392580.12.0.268801943851.issue24268@psf.upfronthosting.co.za>
In-reply-to
Content
Fix some refleaks

- one in PyModule_FromDefAndSpec2 - this is my fault
- one in PyType_FromSpecWithBases - I guess this is
the first time PEP-384 built-in types are GC'd
- one in the new PEP 489 tests

There's still one more in the new testing module, _testmultiphase. I'm working on it.
History
Date User Action Args
2015-05-23 14:49:40petr.viktorinsetrecipients: + petr.viktorin, ncoghlan, larry, eric.snow
2015-05-23 14:49:40petr.viktorinsetmessageid: <1432392580.12.0.268801943851.issue24268@psf.upfronthosting.co.za>
2015-05-23 14:49:40petr.viktorinlinkissue24268 messages
2015-05-23 14:49:40petr.viktorincreate