YAMAMOTO Takashi <[email protected]> added the comment: the symptom seems same as cpython.
kuma% python Python 2.7.6 (default, Feb 11 2014, 04:39:17) [GCC 4.5.3] on netbsd6 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> del sys.modules['sys'] >>> import sys >>> print sys.exc_type Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'exc_type' >>> ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1514> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
