[pypy-issue] [issue1480] PyThreadState members lacking for gevent/callbacks.c

Amaury Forgeot d Arc tracker at bugs.pypy.org
Wed May 8 10:19:29 CEST 2013


Amaury Forgeot d Arc <amauryfa at gmail.com> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1480>
________________________________________


More information about the pypy-issue mailing list