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 iritkatriel
Recipients Mark.Shannon, brandtbucher, gvanrossum, iritkatriel, scoder, terry.reedy, vstinner
Date 2022-02-01.14:28:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643725692.86.0.142363484514.issue45711@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-02-01 14:28:12iritkatrielsetrecipients: + iritkatriel, gvanrossum, terry.reedy, scoder, vstinner, Mark.Shannon, brandtbucher
2022-02-01 14:28:12iritkatrielsetmessageid: <1643725692.86.0.142363484514.issue45711@roundup.psfhosted.org>
2022-02-01 14:28:12iritkatriellinkissue45711 messages
2022-02-01 14:28:12iritkatrielcreate