commit | e31d300664f54029ce35ccb78475333b968fdd6b | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Dec 21 11:21:25 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Dec 21 11:21:25 2009 +0000 |
tree | 6b469de2dddf36cfea121a3fbde49e07c3747f6d | |
parent | 2b66da7d15e47f9ca0d08d4f18fc63c3ee6a0d51 [diff] [blame] |
Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. Thanks Case Van Horsen for the patch.
diff --git a/Misc/NEWS b/Misc/NEWS index 3c407e0..c82eb63 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1648,6 +1648,8 @@ C-API ----- +- Issue #7528: Add PyLong_AsLongAndOverflow (backported from py3k). + - Issue #7228: Add '%lld' and '%llu' support to PyString_FromFormat(V) and PyErr_Format, on machines with HAVE_LONG_LONG defined.