[issue45694] Limit the number of chained exceptions included in formatted traceback

Irit Katriel report at bugs.python.org
Tue Nov 2 15:01:34 EDT 2021


New submission from Irit Katriel <iritkatriel at gmail.com>:

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.

----------
components: Interpreter Core, Library (Lib)
messages: 405533
nosy: iritkatriel
priority: normal
severity: normal
status: open
title: Limit the number of chained exceptions included in formatted traceback
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45694>
_______________________________________


More information about the Python-bugs-list mailing list