Tim Peters 2a9b367385 Two new private longobject API functions,
_PyLong_FromByteArray
    _PyLong_AsByteArray
Untested and probably buggy -- they compile OK, but nothing calls them
yet.  Will soon be called by the struct module, to implement x-platform
'q' and 'Q'.
If other people have uses for them, we could move them into the public API.
See longobject.h for usage details.
2001-06-11 21:23:58 +00:00
..
2001-01-25 20:04:14 +00:00
2001-04-20 19:13:02 +00:00
2001-03-02 06:10:17 +00:00
2001-04-20 19:13:02 +00:00
2001-04-20 19:13:02 +00:00
2001-03-23 02:46:52 +00:00