This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pakal
Recipients ggenellina, guettli, hoffman, news1234, pakal, r.david.murray, vinay.sajip, ysj.ray
Date 2010-10-09.11:05:45
SpamBayes Score 1.1419163e-05
Marked as misclassified No
Message-id <1286622347.0.0.856597171326.issue1553375@psf.upfronthosting.co.za>
In-reply-to
Content
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 ?
History
Date User Action Args
2010-10-09 11:05:47pakalsetrecipients: + pakal, vinay.sajip, guettli, hoffman, ggenellina, r.david.murray, news1234, ysj.ray
2010-10-09 11:05:47pakalsetmessageid: <1286622347.0.0.856597171326.issue1553375@psf.upfronthosting.co.za>
2010-10-09 11:05:45pakallinkissue1553375 messages
2010-10-09 11:05:45pakalcreate