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

Armin Rigo tracker at bugs.pypy.org
Tue Jun 11 13:06:15 CEST 2013


Armin Rigo <armin.rigo at gmail.com> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1514>
________________________________________


More information about the pypy-issue mailing list