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 erlendaasland, gvanrossum, iritkatriel, sobolevn
Date 2021-11-05.09:47:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636105637.9.0.038966463216.issue45615@roundup.psfhosted.org>
In-reply-to
Content
It's been merged now, so go ahead. 

Note that there are two traceback printing functions - in the interpreter in traceback.c and in the library in traceback.py. They are expected to work the same as much as possible. 

If you add a test to BaseExceptionReportingTests, it will test both versions (see the PyExcReportingTests and PyExcReportingTests subclasses).
History
Date User Action Args
2021-11-05 09:47:18iritkatrielsetrecipients: + iritkatriel, gvanrossum, erlendaasland, sobolevn
2021-11-05 09:47:17iritkatrielsetmessageid: <1636105637.9.0.038966463216.issue45615@roundup.psfhosted.org>
2021-11-05 09:47:17iritkatriellinkissue45615 messages
2021-11-05 09:47:17iritkatrielcreate