This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Mark.Shannon, iritkatriel, myzhang1029, serhiy.storchaka
Date 2020-09-24.07:34:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600932849.8.0.240446544489.issue39934@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-09-24 07:34:09serhiy.storchakasetrecipients: + serhiy.storchaka, Mark.Shannon, myzhang1029, iritkatriel
2020-09-24 07:34:09serhiy.storchakasetmessageid: <1600932849.8.0.240446544489.issue39934@roundup.psfhosted.org>
2020-09-24 07:34:09serhiy.storchakalinkissue39934 messages
2020-09-24 07:34:09serhiy.storchakacreate