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 abarry
Recipients abarry
Date 2016-04-22.02:36:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461292585.22.0.159887337407.issue26823@psf.upfronthosting.co.za>
In-reply-to
Content
I recently suggested on Python-ideas ( https://mail.python.org/pipermail/python-ideas/2016-April/039899.html ) to shrink long tracebacks if they were all the same noise (recursive calls). Seeing as the idea had a good reception, I went ahead and implemented a small patch for this.

It doesn't keep track of call chains, and I'm not sure if we want to implement that, as the performance decrease needed to store all of that might not be worth it. But then again, if an error happened performance is probably not a concern in this case.

I've never really coded in C before, so feedback is very much welcome.
History
Date User Action Args
2016-04-22 02:36:25abarrysetrecipients: + abarry
2016-04-22 02:36:25abarrysetmessageid: <1461292585.22.0.159887337407.issue26823@psf.upfronthosting.co.za>
2016-04-22 02:36:24abarrylinkissue26823 messages
2016-04-22 02:36:24abarrycreate