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 Decorater, Rosuav, abarry, ethan.furman, georg.brandl, ncoghlan, python-dev, serhiy.storchaka, xiang.zhang
Date 2016-08-15.07:13:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471245218.25.0.458001726724.issue26823@psf.upfronthosting.co.za>
In-reply-to
Content
As Emanuel noted, this is a new feature, and hence won't be backported to any earlier versions.

For What's New, it turns out that didn't quite render the way I expected, since the "StackSummary" class reference is missing in addition to the "traceback" module reference.

So I'll tweak that, and also try to make it clearer that all tracebacks are affected, not just those printed via the traceback module (PyTraceback_Print is mentioned further down, but what I'll probably do is add an example of an infinite recursion being truncated at the interactive prompt)
History
Date User Action Args
2016-08-15 07:13:38ncoghlansetrecipients: + ncoghlan, georg.brandl, ethan.furman, python-dev, Rosuav, serhiy.storchaka, xiang.zhang, abarry, Decorater
2016-08-15 07:13:38ncoghlansetmessageid: <1471245218.25.0.458001726724.issue26823@psf.upfronthosting.co.za>
2016-08-15 07:13:38ncoghlanlinkissue26823 messages
2016-08-15 07:13:37ncoghlancreate