• Tim Peters's avatar
    Two new private longobject API functions, · 2a9b3673
    Tim Peters yazdı
        _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.
    2a9b3673
longobject.h 3.49 KB