]> granicus.if.org Git - python/commit
Merged revisions 65240-65242 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Jul 2008 22:39:39 +0000 (22:39 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Jul 2008 22:39:39 +0000 (22:39 +0000)
commit9a2310d1b6b80bae072892de04464d23b1e88881
treed5dbc7ed9faa68fb8c16c11edb9a513a286b36f5
parent83d6a87a40711c6012ef856f4a2e6e7b2c30cedf
Merged revisions 65240-65242 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r65240 | antoine.pitrou | 2008-07-26 00:02:07 +0200 (sam., 26 juil. 2008) | 3 lines

  add a pybench test for complex function calls (part of #1819)
........
  r65241 | antoine.pitrou | 2008-07-26 00:13:52 +0200 (sam., 26 juil. 2008) | 4 lines

  Raymond's patch for #1819: speedup function calls with named parameters
  (35% faster according to pybench)
........
  r65242 | antoine.pitrou | 2008-07-26 00:22:08 +0200 (sam., 26 juil. 2008) | 3 lines

  add a NEWS entry
........
Misc/NEWS
Python/ceval.c
Tools/pybench/Calls.py