Martin v. Löwis <mar...@v.loewis.de> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7672>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to