[issue37402] Fatal Python error: Cannot recover from stack overflow issues on Python 3.6 and 3.7

Irit Katriel report at bugs.python.org
Tue Oct 19 05:15:36 EDT 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

There has been work done on recursion handling in more recent python versions, so you should get clean RecursionErrors now rather than the fatal error.  Please create a new issue if you have such problems on current versions (3.9+).

----------
nosy: +iritkatriel
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list