[issue4236] Crash when importing builtin module during interpreter shutdown

STINNER Victor report at bugs.python.org
Fri Oct 31 02:44:41 CET 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Another solution: just remove the initialization test from 
PyModule_Create2(). I don't know if it's a safety test or something 
like that.

Added file: http://bugs.python.org/file11915/pymodule_create2.patch

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


More information about the Python-bugs-list mailing list