mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Merged revisions 73064 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73064 | antoine.pitrou | 2009-05-30 23:27:00 +0200 (sam., 30 mai 2009) | 4 lines Issue #5330: C functions called with keyword arguments were not reported by the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau. ........
This commit is contained in:
parent
c06de477a3
commit
8e124f3244
4 changed files with 42 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ from test.test_profile import ProfileTest, regenerate_expected_output
|
|||
|
||||
class CProfileTest(ProfileTest):
|
||||
profilerclass = cProfile.Profile
|
||||
expected_max_output = "{built-in method max}"
|
||||
|
||||
def get_expected_output(self):
|
||||
return _ProfileOutput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue