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 tomkpz
Recipients tomkpz
Date 2021-03-15.00:32:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615768342.52.0.844768701599.issue43495@roundup.psfhosted.org>
In-reply-to
Content
The runtime pushes a frame block in SETUP_FINALLY, so the compiler needs to account for that, otherwise the runtime block stack may overflow.
History
Date User Action Args
2021-03-15 00:32:22tomkpzsetrecipients: + tomkpz
2021-03-15 00:32:22tomkpzsetmessageid: <1615768342.52.0.844768701599.issue43495@roundup.psfhosted.org>
2021-03-15 00:32:22tomkpzlinkissue43495 messages
2021-03-15 00:32:22tomkpzcreate