]> granicus.if.org Git - python/commit
Merged revisions 79555 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Apr 2010 16:53:15 +0000 (16:53 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Apr 2010 16:53:15 +0000 (16:53 +0000)
commit8689a10f075fa2a1980a4fda040c46ed4dbcb3bb
treee363dc992e603f2f786004899656cd4cbc270a2f
parentc8bdc01d82573ce95ab7fed8b9aab8b3b566fe03
Merged revisions 79555 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79555 | antoine.pitrou | 2010-04-01 18:42:11 +0200 (jeu., 01 avril 2010) | 5 lines

  Issue #8276: PyEval_CallObject() is now only available in macro form.  The
  function declaration, which was kept for backwards compatibility reasons,
  is now removed (the macro was introduced in 1997!).
........
Include/ceval.h
Misc/NEWS
Python/ceval.c