[pypy-issue] [issue1084] Implement PyErr_GetExcInfo() and PyErr_SetExcInfo() in cpyext

Stefan Behnel tracker at bugs.pypy.org
Sun Mar 11 11:12:23 CET 2012


New submission from Stefan Behnel <stefan_ml at behnel.de>:

Provide a portable way to read and write sys.get_excinfo() from C code using
cpyext, to be used especially by Cython.

See:

http://bugs.python.org/issue14098

http://thread.gmane.org/gmane.comp.python.pypy/9507/focus=9644

----------
messages: 4061
nosy: pypy-issue, sbehnel
priority: feature
status: unread
title: Implement PyErr_GetExcInfo() and PyErr_SetExcInfo() in cpyext

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


More information about the pypy-issue mailing list