Amaury Forgeot d Arc <[email protected]> added the comment: The pypy emulation of PyThreadState cannot support these members. There are public functions to get the "hot exception" state, PyErr_Fetch and PyErr_Restore; gevent could be updated to use them.
Anyway you should use the cffi version of gevent, as described in http://doc.pypy.org/en/latest/release-2.0.0-beta2.html ---------- nosy: +amaury status: unread -> wontfix ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1480> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
