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 hubo1016, iritkatriel
Date 2020-12-07.22:27:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607380044.57.0.295643659993.issue33066@roundup.psfhosted.org>
In-reply-to
Content
When an exception has a __traceback__ and you raise it, the current frame is added to that traceback. What do you expect the behavior to be when you raise the same exception instance twice, from two different locations?
History
Date User Action Args
2020-12-07 22:27:24iritkatrielsetrecipients: + iritkatriel, hubo1016
2020-12-07 22:27:24iritkatrielsetmessageid: <1607380044.57.0.295643659993.issue33066@roundup.psfhosted.org>
2020-12-07 22:27:24iritkatriellinkissue33066 messages
2020-12-07 22:27:24iritkatrielcreate