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 loewis
Recipients janssen, loewis, ssoria
Date 2010-01-13.06:06:15
SpamBayes Score 3.050041e-05
Marked as misclassified No
Message-id <1263362778.09.0.482047611476.issue7672@psf.upfronthosting.co.za>
In-reply-to
Content
As for the module's __del__: that is already implemented in moduleobject.c:module_dealloc. It doesn't give the module implementation a hook to execute custom code. In Py3k, you can implemenent the m_free hook of the PyModuleDef.
History
Date User Action Args
2010-01-13 06:06:20loewissetrecipients: + loewis, janssen, ssoria
2010-01-13 06:06:18loewissetmessageid: <1263362778.09.0.482047611476.issue7672@psf.upfronthosting.co.za>
2010-01-13 06:06:16loewislinkissue7672 messages
2010-01-13 06:06:15loewiscreate