]> granicus.if.org Git - python/commit
Merged revisions 73064-73065 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 30 May 2009 21:43:48 +0000 (21:43 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 30 May 2009 21:43:48 +0000 (21:43 +0000)
commit6987d541160ae69f896d0344f47230cbb12914e4
tree28d9a025e4912f35c5edde16f89deb49d5d32f2e
parent7e9d75a91d0127bbe2deb9f03f23895a9d77d19d
Merged revisions 73064-73065 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.
........
  r73065 | antoine.pitrou | 2009-05-30 23:39:25 +0200 (sam., 30 mai 2009) | 3 lines

  The test for #5330 wasn't correct.
........
Lib/test/test_cprofile.py
Lib/test/test_profile.py
Misc/NEWS
Python/ceval.c