[issue45711] Simplify the interpreter's (type, val, tb) exception representation

STINNER Victor report at bugs.python.org
Tue Feb 1 10:19:00 EST 2022


STINNER Victor <vstinner at python.org> added the comment:

Irit Katriel:
> Reverting the whole thing would include big changes in compile.c and ceval.c, so I'd rather avoid that if we can.

It was a good idea to split changes of this issue into multiple commits :-) I'm only proposing to revert the one which introduces the C API incompatible changes: the commit 396b58345f81d4c8c5a52546d2288e666a1b9b8b "bpo-45711: Remove type and traceback from exc_info (GH-30122)".

Maybe Cython can be quickly updated, but the situation seems to be complicated :-( https://github.com/cython/cython/issues/4500

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45711>
_______________________________________


More information about the Python-bugs-list mailing list