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 vstinner
Recipients belopolsky, loewis, pitrou, tim.peters, vstinner
Date 2014-08-26.13:39:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409060396.78.0.822889430666.issue22117@psf.upfronthosting.co.za>
In-reply-to
Content
> Do we have 64-bit integers on all architectures?

That's a good question! Visual Studio provides __int64. GCC provides "long long" (64 bit on 32 bit platform). I guess that ICC also supports int64_t.

It would be a shame to not support 64-bit integers in 2014, no? :-)
History
Date User Action Args
2014-08-26 13:39:56vstinnersetrecipients: + vstinner, tim.peters, loewis, belopolsky, pitrou
2014-08-26 13:39:56vstinnersetmessageid: <1409060396.78.0.822889430666.issue22117@psf.upfronthosting.co.za>
2014-08-26 13:39:56vstinnerlinkissue22117 messages
2014-08-26 13:39:56vstinnercreate