[pypy-issue] [issue1185] [cpyext] Missing members in PyThreadState
Colin Rice
tracker at bugs.pypy.org
Wed Jun 20 11:04:35 CEST 2012
New submission from Colin Rice <dah4k0r at gmail.com>:
It appears that pypy doesn't define certain members namely:
exc_type, exc_value, exc_tracebacl, curexc_type, curexc_value, curexc_traceback.
See http://hg.python.org/cpython/file/d129982c063d/Include/pystate.h
Bug appeared when trying to build gevent.
----------
messages: 4466
nosy: c00w, pypy-issue
priority: bug
status: unread
title: [cpyext] Missing members in PyThreadState
________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1185>
________________________________________
More information about the pypy-issue
mailing list