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 fredrikj, mark.dickinson, pernici
Date 2008-09-29.14:36:00
SpamBayes Score 1.6892967e-08
Marked as misclassified No
Message-id <1222698962.18.0.479099532789.issue3944@psf.upfronthosting.co.za>
In-reply-to
Content
Nice work!  Seems like we're going to be able to look forward to faster 
integer arithmetic in Python 2.7 / 3.1.  I'll try to find time to review 
your patch properly sometime soon.

Regarding the HAVE_INT64, there's a standard autoconf macro 
AC_TYPE_INT64_T (and its unsigned counterpart AC_TYPE_UINT64_T) that 
automatically sets int64_t (or uint64_t) to a 64-bit (unsigned) integer 
type whenever it exists.  So don't worry about the preprocessor stuff for 
the moment, so long as it's working on your machine;  we can fix it in 
Python's configure script instead sometime.
History
Date User Action Args
2008-09-29 14:36:02mark.dickinsonsetrecipients: + mark.dickinson, pernici, fredrikj
2008-09-29 14:36:02mark.dickinsonsetmessageid: <1222698962.18.0.479099532789.issue3944@psf.upfronthosting.co.za>
2008-09-29 14:36:01mark.dickinsonlinkissue3944 messages
2008-09-29 14:36:00mark.dickinsoncreate