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 Dennis Sweeney
Recipients Dennis Sweeney, iritkatriel
Date 2022-01-10.15:33:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641828789.47.0.890911922621.issue46328@roundup.psfhosted.org>
In-reply-to
Content
Would there be any value in spelling this as sys.active_exception() or sys.current_exception() or sys.get_exception() or sys.exception_in_flight() or similar?

My only worry is confusion between sys.exception() versus builtins.Exception.
History
Date User Action Args
2022-01-10 15:33:09Dennis Sweeneysetrecipients: + Dennis Sweeney, iritkatriel
2022-01-10 15:33:09Dennis Sweeneysetmessageid: <1641828789.47.0.890911922621.issue46328@roundup.psfhosted.org>
2022-01-10 15:33:09Dennis Sweeneylinkissue46328 messages
2022-01-10 15:33:09Dennis Sweeneycreate