]> granicus.if.org Git - python/commit
SF [#466125] PyLong_AsLongLong works for any integer.
authorTim Peters <tim.peters@gmail.com>
Sun, 30 Sep 2001 05:09:37 +0000 (05:09 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 30 Sep 2001 05:09:37 +0000 (05:09 +0000)
commitd38b1c74f3f28a3f9a73c142d9be83425adaa6e1
treed3b062c6eaa6d7e6c5be8cfdaeb71d7470563a68
parentac1af8093ef39028c993c5b343c557d94528fd25
SF [#466125] PyLong_AsLongLong works for any integer.
Generalize PyLong_AsLongLong to accept int arguments too.  The real point
is so that PyArg_ParseTuple's 'L' code does too.  That code was
undocumented (AFAICT), so documented it.
Doc/ext/extending.tex
Misc/ACKS
Misc/NEWS
Modules/_testcapimodule.c
Objects/longobject.c