mirror of
https://github.com/python/cpython.git
synced 2025-08-18 07:41:05 +00:00
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:
parent
c0c0b14671
commit
9d17da33e2
5 changed files with 336 additions and 8 deletions
3
Lib/test/tracedmodules/testmod.py
Normal file
3
Lib/test/tracedmodules/testmod.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
def func(x):
|
||||
b = x + 1
|
||||
return b + 2
|
Loading…
Add table
Add a link
Reference in a new issue