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 iritkatriel
Date 2021-11-02.19:01:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635879694.7.0.702941754246.issue45694@roundup.psfhosted.org>
In-reply-to
Content
There is currently a limit on the number of frames in each traceback, but not on the number of chained exceptions displayed. This is why traceback.py avoids recursion (making the code more complex). A limit should probably be added.
History
Date User Action Args
2021-11-02 19:01:34iritkatrielsetrecipients: + iritkatriel
2021-11-02 19:01:34iritkatrielsetmessageid: <1635879694.7.0.702941754246.issue45694@roundup.psfhosted.org>
2021-11-02 19:01:34iritkatriellinkissue45694 messages
2021-11-02 19:01:34iritkatrielcreate