[issue41850] inspect.py: access block stack

Dennis Sweeney report at bugs.python.org
Wed Dec 29 02:32:26 EST 2021


Dennis Sweeney <sweeney.dennis650 at gmail.com> added the comment:

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.

----------
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list