[issue5735] Segfault when loading not recompiled module

Leonid Vasilev report at bugs.python.org
Wed Apr 15 06:32:37 CEST 2009


Leonid Vasilev <vsleonid at gmail.com> added the comment:

Thanks for patch, it works now:

Python compiled with --with-pydebug throws an ImportError when trying to
import modules compiled without --with-pydebug, as it should:

ImportError: /usr/local/lib/python3.0/site-packages/ext23.so: undefined
symbol: PyModule_Create2

----------

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


More information about the Python-bugs-list mailing list