New submission from vinoth <4vin...@gmail.com>: HI all
I am not the too technical guy, but thinking about the new way of controlling the flow instead of throwing an error. as of now if we need to break a control and go back exceptions helps, but it is not a actual way. it would be great if we have a control over the frames execution, I mean A calls B calls C calls D at that point if we think to move directly to B (what error handler do if that B has the handler defined of the error), changing the frames instruction pointer to back to the B's position (in python code without raising an exception) is a really useful for this web applications. Please excuse me if we have this control already, (can u explain?) Thanks Vinoth ---------- components: Interpreter Core messages: 89833 nosy: vinoth severity: normal status: open title: Change the instruction pointer in python type: feature request versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6367> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com