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:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641831004.03.0.0632962661376.issue46328@roundup.psfhosted.org>
In-reply-to
Content
So sys.exception() will be equivalent to sys.exc_info()[1] (or rather, sys.exc_info() will be (type(sys.exception()), sys.exception(), sys.exception().__traceback__))?

That seems good to me.
History
Date User Action Args
2022-01-10 16:10:04eric.snowsetrecipients: + eric.snow, Dennis Sweeney, iritkatriel
2022-01-10 16:10:04eric.snowsetmessageid: <1641831004.03.0.0632962661376.issue46328@roundup.psfhosted.org>
2022-01-10 16:10:04eric.snowlinkissue46328 messages
2022-01-10 16:10:03eric.snowcreate