Pascal Chambon <[email protected]> added the comment:
Indeed I don't understand the following part :
+ Traceback (most recent call last):
+ File "testmod.py", line 16, in <module>
+ {exception_action}
+ File "testmod.py", line 6, in foo
+ bar()
+ File "testmod.py", line 11, in bar
+ raise Exception
+ Exception
Why does the f_back of the first exception, when chain=True, leads back to the
{exception_action} part, in the except: black, instead of the initial foo()
call inside the try: block ?
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue1553375>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com