YAMAMOTO Takashi <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1514> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
