[Python-ideas] Compressing excepthook output

Nick Coghlan ncoghlan at gmail.com
Mon Sep 16 02:00:58 CEST 2013


Better display of recursion errors sounds reasonable to me, as does giving
them a dedicated subclass.

Step one would be coming up with test cases and a solid implementation and
display format for cyclic call detection.

Once that is available, then using it in the default excepthook for the
CPython REPL is a separate question.

Cheers,
Nick.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130916/ee7b50d8/attachment.html>


More information about the Python-ideas mailing list