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.09:55:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643190930.21.0.680234636341.issue46531@roundup.psfhosted.org>
In-reply-to
Content
In other words, I don't see why it's an improvement to replace

    exception = sys.exc_info()

by 

    exception = type(exc), exc, exc.__traceback__

when sys.exc_info() does exactly what your inlined version does.
History
Date User Action Args
2022-01-26 09:55:30iritkatrielsetrecipients: + iritkatriel, sobolevn
2022-01-26 09:55:30iritkatrielsetmessageid: <1643190930.21.0.680234636341.issue46531@roundup.psfhosted.org>
2022-01-26 09:55:30iritkatriellinkissue46531 messages
2022-01-26 09:55:30iritkatrielcreate