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 flox, pitrou, vstinner
Date 2009-12-08.15:01:02
SpamBayes Score 0.10080387
Marked as misclassified No
Message-id <1260284464.52.0.126564077281.issue7458@psf.upfronthosting.co.za>
In-reply-to
Content
You shouldn't harcode 1 << 63 and 1 << 64, but calculate them based on
sys.maxsize instead.
History
Date User Action Args
2009-12-08 15:01:04pitrousetrecipients: + pitrou, vstinner, flox
2009-12-08 15:01:04pitrousetmessageid: <1260284464.52.0.126564077281.issue7458@psf.upfronthosting.co.za>
2009-12-08 15:01:03pitroulinkissue7458 messages
2009-12-08 15:01:03pitroucreate