[issue7672] _ssl module causes segfault

Martin v. Löwis report at bugs.python.org
Wed Jan 13 07:06:18 CET 2010


Martin v. Löwis <martin at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7672>
_______________________________________


More information about the Python-bugs-list mailing list