This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients loewis, mark.dickinson, rhettinger, serhiy.storchaka
Date 2012-11-18.15:30:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353252624.09.0.56429335125.issue16496@psf.upfronthosting.co.za>
In-reply-to
Content
I'm still uncomfortable with the init_by_array signature changes and the use of PY_UINT32_T.  How about something like the attached instead?  It keeps the central idea (use _PyLong_NumBits and _PyLong_AsByteArray) but doesn't require any signature changes or special casing for bigendian machines.
History
Date User Action Args
2012-11-18 15:30:24mark.dickinsonsetrecipients: + mark.dickinson, loewis, rhettinger, serhiy.storchaka
2012-11-18 15:30:24mark.dickinsonsetmessageid: <1353252624.09.0.56429335125.issue16496@psf.upfronthosting.co.za>
2012-11-18 15:30:24mark.dickinsonlinkissue16496 messages
2012-11-18 15:30:23mark.dickinsoncreate