Mark Dickinson <dicki...@gmail.com> added the comment:

I was going to suggest that this might be a documentation issue, but the 
existing documentation already looks sufficient to me:

> A user may need to set the limit higher when they have a program that
> requires deep recursion and a platform that supports a higher limit.
> This should be done with care, because a too-high limit can lead to a
> crash.

>From https://docs.python.org/3/library/sys.html#sys.setrecursionlimit

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32022>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to