[issue7672] _ssl module causes segfault

Bill Janssen report at bugs.python.org
Wed Jan 13 04:26:35 CET 2010


Bill Janssen <bill.janssen at gmail.com> added the comment:

Martin, I'm thinking that the module object has a __del__ method, and we could un-register the callbacks there.  But I don't know if that method would ever get called.  How does the act of "unloading a library" interact with the initialized Python interpreter?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7672>
_______________________________________


More information about the Python-bugs-list mailing list