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 brian.curtin, lemburg, pitrou
Date 2010-02-05.19:20:31
SpamBayes Score 7.834635e-06
Marked as misclassified No
Message-id <1265397633.7.0.313834059874.issue7860@psf.upfronthosting.co.za>
In-reply-to
Content
It's also inconsistent with Linux behaviour:

>>> import sys 
>>> sys.maxsize
2147483647
>>> import platform
>>> platform.machine()
'x86_64'
>>> platform.architecture()
('32bit', 'ELF')

(on a Python compiled with "-m32" on a 64-bit Linux)
History
Date User Action Args
2010-02-05 19:20:33pitrousetrecipients: + pitrou, lemburg, brian.curtin
2010-02-05 19:20:33pitrousetmessageid: <1265397633.7.0.313834059874.issue7860@psf.upfronthosting.co.za>
2010-02-05 19:20:32pitroulinkissue7860 messages
2010-02-05 19:20:32pitroucreate