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 mhammond, pitrou
Date 2008-08-21.13:29:17
SpamBayes Score 0.00023823237
Marked as misclassified No
Message-id <1219325370.54.0.445052222408.issue3625@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, that check looks fragile:

+IS32BIT = sys.maxint == 0x7fffffff and "64 bit" not in sys.version

Why don't you check for sys.maxsize instead? By construction,
sys.maxsize should give you the pointer width (minus the sign bit ;-)).
History
Date User Action Args
2008-08-21 13:29:30pitrousetrecipients: + pitrou, mhammond
2008-08-21 13:29:30pitrousetmessageid: <1219325370.54.0.445052222408.issue3625@psf.upfronthosting.co.za>
2008-08-21 13:29:18pitroulinkissue3625 messages
2008-08-21 13:29:17pitroucreate