[issue44790] Recursion causes Crash

Jack DeVries report at bugs.python.org
Fri Jul 30 22:42:57 EDT 2021


Jack DeVries <jdevries3133 at gmail.com> added the comment:

The default recursion limit is 1,000; you're increasing it by a factor of 10. It is documented that raising the recursion limit can cause crashes. What kind of crash are you seeing? Segmentation fault or stack overflow? Also, provide more details about your system: what OS and more importantly in this case, how much RAM?

It's possible that this is not a bug.

----------
nosy: +jack__d

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


More information about the Python-bugs-list mailing list