]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Keep PyLong_AsLongAndOverflow documentation and implementation in sync
authorMark Dickinson <dickinsm@gmail.com>
Mon, 21 Dec 2009 12:37:06 +0000 (12:37 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 21 Dec 2009 12:37:06 +0000 (12:37 +0000)
commit309aa2dcb488074161c86257d4ddfe104d1ec53a
tree50fea960f2f61c80b404fe826b52d1fd9a2fb01e
parent6193aeee32e12654b41b4130f59ce1c63aa8afa5
Keep PyLong_AsLongAndOverflow documentation and implementation in sync
between py3k and trunk;  merge new tests from trunk to py3k.
(See issue #7528.)
Doc/c-api/long.rst
Modules/_testcapimodule.c
Objects/longobject.c