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

Armin Rigo tracker at bugs.pypy.org
Tue Apr 15 13:08:59 CEST 2014


Armin Rigo <armin.rigo at gmail.com> added the comment:

Sorry if you don't get much progress on this issue.  To reiterate, the problem
is that it's delicate.  The way the built-in modules are currently implemented
in PyPy creates some friction with CPython.  In order to really fix it we need
more than a small localized change.  Now, it's possible that there is a small
patch that just fixes the issue for eventlet.  Such a change would still be fine
if we can't think of other cases that it breaks, but in this case,
pypy-import.diff3 does break other things...

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1514>
________________________________________


More information about the pypy-issue mailing list