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

Serhiy Storchaka report at bugs.python.org
Thu Sep 24 03:34:09 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Humm, my supposition was not absolutely correct. The cause is that the compiler and the interpreter use the stack of size CO_MAXBLOCKS for different things. The interpreter pushes a thing for the "except" clause, while the compiler does not do it.

----------

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


More information about the Python-bugs-list mailing list