Logo
Explore Help
Sign In
ada/cpython
0
0
Fork 0
You've already forked cpython
mirror of https://github.com/AdaCore/cpython.git synced 2026-02-12 12:57:15 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
d988f429fe43808345812ef63dfa8da170c61871
cpython/Lib/test/tracedmodules/testmod.py

10 lines
143 B
Python
Raw Normal View History

Issue #9315: Fix for the trace module to record correct class name when tracing methods. Unit tests. Patch by Eli Bendersky.
2010-09-13 16:45:02 +00:00
def func(x):
b = x + 1
return b + 2
Merged revisions 84994 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84994 | alexander.belopolsky | 2010-09-24 14:03:12 -0400 (Fri, 24 Sep 2010) | 1 line Issue #9936: Fixed executable lines' search in the trace module. ........
2010-09-24 18:14:18 +00:00
def func2():
"""Test function for issue 9936 """
return (1,
2,
3)
Reference in New Issue Copy Permalink
Powered by Gitea Page: 2311ms Template: 41ms
English
English
Licenses API