[issue42873] Exponential time and space requirements for compilation of nested try/finally blocks

Mark Shannon report at bugs.python.org
Sat Jan 9 07:38:15 EST 2021


Mark Shannon <mark at hotpy.org> added the comment:

I don't see what the problem is here.
People just don't write code like that, at least not if they do code review ;)

And even, in the *extremely* rare case that they do, the code executes correctly and reasonably quickly. It just uses a bit of extra memory.

----------

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


More information about the Python-bugs-list mailing list