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 ncoghlan
Recipients Rosuav, abarry, ethan.furman, georg.brandl, ncoghlan, xiang.zhang
Date 2016-04-22.03:46:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461296762.91.0.470605737646.issue26823@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for the simple approach, and deferring the mutual recursion support - it's desirable to keep traceback printing simple in order to minimise the chance for failures during the display process.

In addition to the C implementation of traceback printing, the standard library's traceback module would also need updating.

Regarding the ambiguity of "Previous message", I'd suggest using "Previous line" instead - that way it's accurate regardless of whether people read it as "previous line of the traceback" or "previous line of quoted source code".
History
Date User Action Args
2016-04-22 03:46:02ncoghlansetrecipients: + ncoghlan, georg.brandl, ethan.furman, Rosuav, xiang.zhang, abarry
2016-04-22 03:46:02ncoghlansetmessageid: <1461296762.91.0.470605737646.issue26823@psf.upfronthosting.co.za>
2016-04-22 03:46:02ncoghlanlinkissue26823 messages
2016-04-22 03:46:02ncoghlancreate