commit | d1a7da6c0d377d2296b79c4203d267ffe1664bfb | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Jun 13 00:35:57 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Jun 13 00:35:57 2001 +0000 |
tree | d9a0712ad0b51b7e5c56c20aa905d64d29c0c42e | |
parent | 91621dbcbe2891c50e5ade04310eb164f9da17f4 [diff] |
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.