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 Alexander.Belopolsky, l0nwlf, ned.deily, sandro.tosi, wsanchez
Date 2011-01-01.22:36:35
SpamBayes Score 9.186274e-07
Marked as misclassified No
Message-id <1293921397.78.0.431492628484.issue8013@psf.upfronthosting.co.za>
In-reply-to
Content
It's still a problem on OS X at least and is 64-bit related:

$ arch -i386 /usr/local/bin/python3.2 -c 'import time;print(time.asctime(time.gmtime(1e12)))'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ValueError: timestamp out of range for platform time_t
$ arch -x86_64 /usr/local/bin/python3.2 -c 'import time;print(time.asctime(time.gmtime(1e12)))'
Segmentation fault
History
Date User Action Args
2011-01-01 22:36:37ned.deilysetrecipients: + ned.deily, wsanchez, sandro.tosi, Alexander.Belopolsky, l0nwlf
2011-01-01 22:36:37ned.deilysetmessageid: <1293921397.78.0.431492628484.issue8013@psf.upfronthosting.co.za>
2011-01-01 22:36:36ned.deilylinkissue8013 messages
2011-01-01 22:36:36ned.deilycreate