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 lemburg, ned.deily, pitrou, ronaldoussoren
Date 2010-12-19.13:35:56
SpamBayes Score 2.970499e-09
Marked as misclassified No
Message-id <1292765758.05.0.185651069746.issue10735@psf.upfronthosting.co.za>
In-reply-to
Content
> Instead of the platform module, one must resort to hacks like examining 
> sys.maxsize

I'm not sure why you think it's a hack. To me, it's, by construction, the right way to check for 64-bitness (and also the easiest since it doesn't involved parsing of strings of an unspecified format).
History
Date User Action Args
2010-12-19 13:35:58pitrousetrecipients: + pitrou, lemburg, ronaldoussoren, ned.deily
2010-12-19 13:35:58pitrousetmessageid: <1292765758.05.0.185651069746.issue10735@psf.upfronthosting.co.za>
2010-12-19 13:35:56pitroulinkissue10735 messages
2010-12-19 13:35:56pitroucreate