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 Dennis Sweeney
Recipients Dennis Sweeney, gchalony
Date 2021-12-29.07:32:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640763146.5.0.416436904169.issue41850@roundup.psfhosted.org>
In-reply-to
Content
With the advent of zero-cost exception handling in Python 3.10, there is no block stack, neither for exceptions nor for loops. These were always regarded as an implementation detail of the compiler. If you have any new ideas for a feature like this, I would suggest sending them to the Python-Ideas mailing list, but I'm closing this for now.
History
Date User Action Args
2021-12-29 07:32:26Dennis Sweeneysetrecipients: + Dennis Sweeney, gchalony
2021-12-29 07:32:26Dennis Sweeneysetmessageid: <1640763146.5.0.416436904169.issue41850@roundup.psfhosted.org>
2021-12-29 07:32:26Dennis Sweeneylinkissue41850 messages
2021-12-29 07:32:26Dennis Sweeneycreate