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 eric.snow
Recipients Dennis Sweeney, eric.snow, iritkatriel
Date 2022-01-10.16:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641831018.96.0.24675532921.issue46328@roundup.psfhosted.org>
In-reply-to
Content
FWIW, here's an alternative we should *not* pursue:  return just the exception from sys.exc_info().  For compatibility, we would implement `__iter__` and `__getitem__` on BaseException, to duplicate the behavior of the current tuple.  There are a number of good reasons why this is *not* what we should do.
History
Date User Action Args
2022-01-10 16:10:18eric.snowsetrecipients: + eric.snow, Dennis Sweeney, iritkatriel
2022-01-10 16:10:18eric.snowsetmessageid: <1641831018.96.0.24675532921.issue46328@roundup.psfhosted.org>
2022-01-10 16:10:18eric.snowlinkissue46328 messages
2022-01-10 16:10:18eric.snowcreate