Issue #9315: Fix for the trace module to record correct class name

when tracing methods.  Unit tests. Patch by Eli Bendersky.
This commit is contained in:
Alexander Belopolsky 2010-09-13 16:45:02 +00:00
parent c0c0b14671
commit 9d17da33e2
5 changed files with 336 additions and 8 deletions

View file

@ -0,0 +1,3 @@
def func(x):
b = x + 1
return b + 2