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

Irit Katriel report at bugs.python.org
Tue Feb 1 09:28:12 EST 2022


Irit Katriel <iritkatriel at gmail.com> added the comment:

I can probably just put back the two fields in _PyErr_StackItem and make sure they get updated when exc_value is set. 

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

----------

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


More information about the Python-bugs-list mailing list