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 iritkatriel, sobolevn
Date 2022-01-26.10:16:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643192182.07.0.532703947919.issue46531@roundup.psfhosted.org>
In-reply-to
Content
In the long term we will want to not have the triplet, but this is a process that will take a few python versions to complete (when 3.11 is the oldest supported version). And it is not going to be simple.

In the meantime, where there is an advantage to removing exc_info because the code would be simplified or something else is changing nearby, we can do it. But I wouldn't remove exc_info just for the sake of it - such code churn makes it hard to backport other changes.
History
Date User Action Args
2022-01-26 10:16:22iritkatrielsetrecipients: + iritkatriel, sobolevn
2022-01-26 10:16:22iritkatrielsetmessageid: <1643192182.07.0.532703947919.issue46531@roundup.psfhosted.org>
2022-01-26 10:16:22iritkatriellinkissue46531 messages
2022-01-26 10:16:21iritkatrielcreate