[issue43548] RecursionError depth exceptions break pdb's interactive tracing.
New submission from behind thebrain : If pdb encounters most exception types, it handles them as would be expected. However, if pdb encounters a RecursionError: maximum recursion depth exceeded while calling a Python object, then it will continue to execute the code accurately, but the
[issue43548] RecursionError depth exceptions break pdb's interactive tracing.
Change by behind thebrain : -- type: -> crash ___ Python tracker <https://bugs.python.org/issue43548> ___ ___ Python-bugs-list mailing list Unsubscrib