[issue26806] IDLE not displaying RecursionError tracebacks and hangs

Tal Einat report at bugs.python.org
Mon Jun 10 13:48:58 EDT 2019


Tal Einat <taleinat at gmail.com> added the comment:

Setting the recursion limit too low also causes issues in a plain Python interactive session. With current master (to be 3.9) on Win10, I get issues with values up to 6. In IDLE values up to 20 cause an immediate exception similar to the one described by Serhiy.

Anyways, I think we should increment by 25, to always set "safe" values.

----------

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


More information about the Python-bugs-list mailing list