]> granicus.if.org Git - python/commit
longobject.c:
authorTim Peters <tim.peters@gmail.com>
Wed, 13 Jun 2001 00:35:57 +0000 (00:35 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 13 Jun 2001 00:35:57 +0000 (00:35 +0000)
commitd1a7da6c0d377d2296b79c4203d267ffe1664bfb
treed9a0712ad0b51b7e5c56c20aa905d64d29c0c42e
parent91621dbcbe2891c50e5ade04310eb164f9da17f4
longobject.c:
    Replaced PyLong_{As,From}{Unsigned,}LongLong guts with calls
    to _PyLong_{As,From}ByteArray.
_testcapimodule.c:
    Added strong tests of PyLong_{As,From}{Unsigned,}LongLong.

Fixes SF bug #432552 PyLong_AsLongLong() problems.
Possible bugfix candidate, but the fix relies on code added to longobject
to support the new q/Q structmodule format codes.
Modules/_testcapimodule.c
Objects/longobject.c