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 blueyed, iritkatriel, moi90, serhiy.storchaka, terry.reedy
Date 2021-05-07.18:27:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620412068.13.0.578648423505.issue39228@roundup.psfhosted.org>
In-reply-to
Content
I think pdb is a different story because it's an interactive application rather than a library. pdb can decide that it prints an error to the screen and returns to the interactive prompt, if that is appropriate. The functions of the traceback module don't have application context telling them what they should do with an exception.
History
Date User Action Args
2021-05-07 18:27:48iritkatrielsetrecipients: + iritkatriel, terry.reedy, blueyed, serhiy.storchaka, moi90
2021-05-07 18:27:48iritkatrielsetmessageid: <1620412068.13.0.578648423505.issue39228@roundup.psfhosted.org>
2021-05-07 18:27:48iritkatriellinkissue39228 messages
2021-05-07 18:27:48iritkatrielcreate