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, python-dev
Date 2015-05-23.15:24:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432394667.17.0.169724173559.issue24268@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, the remaining refleak occurs when unloading an extension module object. This is something that wasn't possible before PEP 489 -- extension modules were never deleted.
History
Date User Action Args
2015-05-23 15:24:27petr.viktorinsetrecipients: + petr.viktorin, ncoghlan, larry, python-dev, eric.snow
2015-05-23 15:24:27petr.viktorinsetmessageid: <1432394667.17.0.169724173559.issue24268@psf.upfronthosting.co.za>
2015-05-23 15:24:27petr.viktorinlinkissue24268 messages
2015-05-23 15:24:27petr.viktorincreate