summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-01-30 10:08:33 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-01-30 10:08:33 (GMT)
commita36507c64cd8d299749c758503b0951070e202f8 (patch)
tree0b90f9b4ef76013d53300ba7de85a715a3aa958e /Misc
parenta2d465374099c582ef9bc042c2fe1be4776ee641 (diff)
downloadcpython-a36507c64cd8d299749c758503b0951070e202f8.zip
cpython-a36507c64cd8d299749c758503b0951070e202f8.tar.gz
cpython-a36507c64cd8d299749c758503b0951070e202f8.tar.bz2
Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a
long long variant of PyLong_AsLongAndOverflow. Patch by Case Van Horsen.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e19d902..056614d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -254,6 +254,9 @@ Library
C-API
-----
+- Issue #7767: New function PyLong_AsLongLongAndOverflow added,
+ analogous to PyLong_AsLongAndOverflow.
+
- Issue #5080: The argument parsing functions PyArg_ParseTuple,
PyArg_ParseTupleAndKeywords, PyArg_VaParse,
PyArg_VaParseTupleAndKeywords and PyArg_Parse no longer accept float