Armin Rigo <[email protected]> added the comment: I thought I fixed it in f26956c61773; at least, enough to have the reported test case work. But indeed, I didn't fix the difference reported by Amaury: repeating an import on a built-in or extension module which has been removed from sys.modules will, on CPython, create a new module object.
________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1514> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
