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 wsanchez
Recipients wsanchez
Date 2010-02-24.17:15:11
SpamBayes Score 0.00774357
Marked as misclassified No
Message-id <1267031714.43.0.416052646257.issue8013@psf.upfronthosting.co.za>
In-reply-to
Content
time.asctime segfaults when given a time in the far future (5+ digit year)

>>> import time
>>> time.asctime(time.gmtime(1e12))
Segmentation fault
History
Date User Action Args
2010-02-24 17:15:14wsanchezsetrecipients: + wsanchez
2010-02-24 17:15:14wsanchezsetmessageid: <1267031714.43.0.416052646257.issue8013@psf.upfronthosting.co.za>
2010-02-24 17:15:11wsanchezlinkissue8013 messages
2010-02-24 17:15:11wsanchezcreate