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

Amaury Forgeot d Arc tracker at bugs.pypy.org
Fri Jun 28 09:19:52 CEST 2013


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

"use both of patched and unpatched versions of the module."
Did you try to copy the module then?
  m = type(sys)('select')
  m.__dict__.update(select.__dict__)
Of course pypy should do it in __import__.

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


More information about the pypy-issue mailing list