Jack DeVries <jdevries3...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue44790>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to