[issue43548] RecursionError depth exceptions break pdb's interactive tracing.

2021-07-28 Thread Jack DeVries
Jack DeVries added the comment: @behindthebrain, I noticed that this script behaves weirdly when I try to set breakpoints at various places. However, the problem goes away when I raise the recursion limit. Things in python will not work right if you set the recursion limit to a low value. Fo

[issue43548] RecursionError depth exceptions break pdb's interactive tracing.

2021-07-28 Thread Irit Katriel
Irit Katriel added the comment: What do you mean by "it handles them as would be expected"? What is expected? Ideally, can you provide a script with another exception type that shows it? Specify also how you are running the script and what output you get. (I tried to modify your script but

[issue43548] RecursionError depth exceptions break pdb's interactive tracing.

2021-03-18 Thread behind thebrain
Change by behind thebrain : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue43548] RecursionError depth exceptions break pdb's interactive tracing.

2021-03-18 Thread behind thebrain
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 debugg