Amaury Forgeot d Arc <[email protected]> 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 <[email protected]>
<https://bugs.pypy.org/issue1514>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to