Message4089

Author jha
Recipients jha
Date 2009-01-27.12:59:27
SpamBayes Score 0.004650652
Marked as misclassified No
Message-id <1233061167.54.0.418725335756.issue1249@psf.upfronthosting.co.za>
In-reply-to
Content
Before r5815 the behavior was this (still differs from CPython):

<trace> call in bar @ 13
<trace> line in bar @ 14
<trace> call in foo @ 7
<trace> line in foo @ 9
<trace> exception in foo @ 9
<trace> line in foo @ 11
<trace> exception in foo @ 11
<trace> exception in bar @ 14

So the exception event is reported when it occurs and every time it is
reraised/frame is exited.
History
Date User Action Args
2009-01-27 12:59:27jhasetmessageid: <1233061167.54.0.418725335756.issue1249@psf.upfronthosting.co.za>
2009-01-27 12:59:27jhasetrecipients: + jha
2009-01-27 12:59:27jhalinkissue1249 messages
2009-01-27 12:59:27jhacreate