[pypy-issue] [issue1514] module behaviour incompatibility which makes eventlet fail

YAMAMOTO Takashi tracker at bugs.pypy.org
Thu Mar 27 08:45:08 CET 2014


YAMAMOTO Takashi <yamt at mwd.biglobe.ne.jp> added the comment:

the problem seems that "unlazy" part of my patch ends up to loading "struct" module's
app level code, which imports "sturct" module again and causes recursions.
we should add sys.modules before initializing the module.
new version of a patch, pypy-import.diff3, passes at least zipimport tests.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1514>
________________________________________


More information about the pypy-issue mailing list