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 sandro.tosi
Recipients Alexander.Belopolsky, l0nwlf, sandro.tosi, wsanchez
Date 2011-01-01.21:26:37
SpamBayes Score 4.4310616e-10
Marked as misclassified No
Message-id <1293917200.24.0.72732918191.issue8013@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Alexander, can you confirm this bug is MacOs specific? I tried with python2.6 on a Debian sid @64 bit but I can't replicate it. Also, do you see it only on 2.6? if so, I doubt that it will ever be fixed; f.e. on release2.7 branch I have:

Python 2.7.1+ (release27-maint, Dec 31 2010, 20:16:57) 
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.asctime(time.gmtime(1e12))
'Fri Sep 27 01:46:40 33658\n'
History
Date User Action Args
2011-01-01 21:26:40sandro.tosisetrecipients: + sandro.tosi, wsanchez, Alexander.Belopolsky, l0nwlf
2011-01-01 21:26:40sandro.tosisetmessageid: <1293917200.24.0.72732918191.issue8013@psf.upfronthosting.co.za>
2011-01-01 21:26:37sandro.tosilinkissue8013 messages
2011-01-01 21:26:37sandro.tosicreate