Message4083

Author jha
Recipients jha
Date 2009-01-27.08:00:03
SpamBayes Score 3.629782e-06
Marked as misclassified No
Message-id <1233043204.93.0.427847435424.issue1248@psf.upfronthosting.co.za>
In-reply-to
Content
Running the attached script with Jython (r5984) prints:

>>> java -jar jython.jar /tmp/trace_try.py
<trace> call in foobar @ 7
<trace> line in foobar @ 9
foo
<trace> line in foobar @ 11
bar
<trace> return in foobar @ 11

..and CPython (2.5.1, 2.5.2, 2.6) prints:

~> python /tmp/trace_try.py
<trace> call in foobar @ 7
<trace> line in foobar @ 8
<trace> line in foobar @ 9
foo
<trace> line in foobar @ 11
bar
<trace> return in foobar @ 11
History
Date User Action Args
2009-01-27 08:00:05jhasetrecipients: + jha
2009-01-27 08:00:04jhasetmessageid: <1233043204.93.0.427847435424.issue1248@psf.upfronthosting.co.za>
2009-01-27 08:00:04jhalinkissue1248 messages
2009-01-27 08:00:04jhacreate