summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-04-01 16:42:11 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-04-01 16:42:11 (GMT)
commit76c8649038bed4598c7fcac9ef87548f94013087 (patch)
tree3bbe0ceed50c9072fce0bb2bdf5aa64192279111 /Misc
parentf54c2683267e008aa27570e366e64e2d0d80061c (diff)
downloadcpython-76c8649038bed4598c7fcac9ef87548f94013087.zip
cpython-76c8649038bed4598c7fcac9ef87548f94013087.tar.gz
cpython-76c8649038bed4598c7fcac9ef87548f94013087.tar.bz2
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!).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ec2da1e..3715520 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -169,6 +169,10 @@ Build
C-API
-----
+- 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!).
+
- Issue #7992: A replacement PyCObject API, PyCapsule, has been backported
from Python 3.1.