]> granicus.if.org Git - python/commit
Issue #8276: PyEval_CallObject() is now only available in macro form. The
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Apr 2010 16:42:11 +0000 (16:42 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Apr 2010 16:42:11 +0000 (16:42 +0000)
commit76c8649038bed4598c7fcac9ef87548f94013087
tree3bbe0ceed50c9072fce0bb2bdf5aa64192279111
parentf54c2683267e008aa27570e366e64e2d0d80061c
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