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 pitrou
Recipients lukasz.langa, pitrou, rhettinger, serhiy.storchaka
Date 2015-04-29.19:04:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430334262.22.0.90558701816.issue24076@psf.upfronthosting.co.za>
In-reply-to
Content
I reproduce under 64-bit Linux. So this may be because the Python long digit (30 bits) is smaller than the C long (64 bits).

Lukasz: is there a specific use case? Note you can use Numpy for such calculations.
History
Date User Action Args
2015-04-29 19:04:22pitrousetrecipients: + pitrou, rhettinger, lukasz.langa, serhiy.storchaka
2015-04-29 19:04:22pitrousetmessageid: <1430334262.22.0.90558701816.issue24076@psf.upfronthosting.co.za>
2015-04-29 19:04:22pitroulinkissue24076 messages
2015-04-29 19:04:22pitroucreate