This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Mark.Shannon, brandtbucher, gvanrossum, iritkatriel, scoder, terry.reedy, vstinner
Date 2022-02-01.15:19:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643728740.39.0.797151220936.issue45711@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2022-02-01 15:19:00vstinnersetrecipients: + vstinner, gvanrossum, terry.reedy, scoder, Mark.Shannon, brandtbucher, iritkatriel
2022-02-01 15:19:00vstinnersetmessageid: <1643728740.39.0.797151220936.issue45711@roundup.psfhosted.org>
2022-02-01 15:19:00vstinnerlinkissue45711 messages
2022-02-01 15:19:00vstinnercreate