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 ned.deily
Recipients BinaryKhaos, eric.araujo, ned.deily, pitrou, python-dev, vinay.sajip
Date 2014-06-01.23:19:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401664782.01.0.826099945347.issue21197@psf.upfronthosting.co.za>
In-reply-to
Content
The added 64-bit test unnecessary adds an import for struct.  The documented preferred test is:

sys.maxsize > 2**32

https://docs.python.org/dev/library/platform.html#platform.architecture
History
Date User Action Args
2014-06-01 23:19:42ned.deilysetrecipients: + ned.deily, vinay.sajip, pitrou, eric.araujo, python-dev, BinaryKhaos
2014-06-01 23:19:42ned.deilysetmessageid: <1401664782.01.0.826099945347.issue21197@psf.upfronthosting.co.za>
2014-06-01 23:19:41ned.deilylinkissue21197 messages
2014-06-01 23:19:41ned.deilycreate