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 owirj
Recipients mark.dickinson, owirj, pitrou, r.david.murray
Date 2010-03-29.15:26:23
SpamBayes Score 0.00023229986
Marked as misclassified No
Message-id <1269876386.34.0.448778319852.issue8259@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine Pitrou:
The reason you get an OverflowError in 32-bit mode is that 2**31 is too large to be represented as a (signed) C long, rather than unsigned.

I understand that, but after reading documentation, was expecting it to convert second argument to long type, which is not concerned with architecture dependant implementation of int.
History
Date User Action Args
2010-03-29 15:26:26owirjsetrecipients: + owirj, mark.dickinson, pitrou, r.david.murray
2010-03-29 15:26:26owirjsetmessageid: <1269876386.34.0.448778319852.issue8259@psf.upfronthosting.co.za>
2010-03-29 15:26:24owirjlinkissue8259 messages
2010-03-29 15:26:24owirjcreate