Message 412275 - Python tracker (original) (raw)
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