[issue6367] Change the instruction pointer in python

Martin v. Löwis report at bugs.python.org
Tue Jun 30 08:44:32 CEST 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

So there is a language feature there already that solves your problem
exactly, and you don't want to use it? Exceptions are *exactly* the
right way to provide non-local gotos in a structured manner.

I'm opposed to any change to the language because the desired feature is
already there. Use it. Don't tell that it is the wrong way, it is
exactly the right way.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6367>
_______________________________________


More information about the Python-bugs-list mailing list