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 Dustin.Boswell
Recipients Dustin.Boswell, ezio.melotti, serhiy.storchaka, vstinner
Date 2012-12-01.20:44:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354394685.49.0.42489434159.issue16586@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7.3 (default, Aug  3 2012, 20:01:21) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys;print("%x" % sys.maxsize, sys.maxsize > 2**32)
('7fffffffffffffff', True)
History
Date User Action Args
2012-12-01 20:44:45Dustin.Boswellsetrecipients: + Dustin.Boswell, vstinner, ezio.melotti, serhiy.storchaka
2012-12-01 20:44:45Dustin.Boswellsetmessageid: <1354394685.49.0.42489434159.issue16586@psf.upfronthosting.co.za>
2012-12-01 20:44:45Dustin.Boswelllinkissue16586 messages
2012-12-01 20:44:45Dustin.Boswellcreate