diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-12-21 11:21:25 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-12-21 11:21:25 (GMT) |
commit | e31d300664f54029ce35ccb78475333b968fdd6b (patch) | |
tree | 6b469de2dddf36cfea121a3fbde49e07c3747f6d /Misc | |
parent | 2b66da7d15e47f9ca0d08d4f18fc63c3ee6a0d51 (diff) | |
download | cpython-e31d300664f54029ce35ccb78475333b968fdd6b.zip cpython-e31d300664f54029ce35ccb78475333b968fdd6b.tar.gz cpython-e31d300664f54029ce35ccb78475333b968fdd6b.tar.bz2 |
Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.
Thanks Case Van Horsen for the patch.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1648,6 +1648,8 @@ Documentation 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. |