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

YAMAMOTO Takashi tracker at bugs.pypy.org
Wed Apr 16 07:21:24 CEST 2014


YAMAMOTO Takashi <yamt at mwd.biglobe.ne.jp> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1514>
________________________________________


More information about the pypy-issue mailing list