[issue39934] Fatal Python error "XXX block stack overflow" when exception stacks >10

Irit Katriel report at bugs.python.org
Thu Sep 24 04:02:56 EDT 2020


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

Unlike the 22 nested while,

if 1:
  if 2:
    ...
    if 22:
        pass

doesn't error. Is that correct?

----------

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


More information about the Python-bugs-list mailing list