Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue39934>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to