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 casevh
Recipients casevh
Date 2010-01-24.01:16:39
SpamBayes Score 2.4456476e-06
Marked as misclassified No
Message-id <1264295809.05.0.812377605004.issue7767@psf.upfronthosting.co.za>
In-reply-to
Content
There are "Long" and "LongLong" variants for most of the C API functions that work with PyLong. This patch adds a "LongLong" version of PyLong_AsLongAndOverflow.

This function will be helpful on 64-bit Windows platforms to quickly get a 64-bit integer or detect the need for multiple precision (or overflow). 

I can use this functionality for gmpy.
History
Date User Action Args
2010-01-24 01:16:49casevhsetrecipients: + casevh
2010-01-24 01:16:49casevhsetmessageid: <1264295809.05.0.812377605004.issue7767@psf.upfronthosting.co.za>
2010-01-24 01:16:47casevhlinkissue7767 messages
2010-01-24 01:16:45casevhcreate