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 neologix
Recipients antlong, ned.deily, neologix
Date 2011-02-26.10:50:11
SpamBayes Score 0.00011182739
Marked as misclassified No
Message-id <1298717412.35.0.483532562607.issue11327@psf.upfronthosting.co.za>
In-reply-to
Content
True with the following:

import time

time.asctime((2011, 2, 26, -1, 0, 0, 0, 0, 0))

You'll get a segfault.
History
Date User Action Args
2011-02-26 10:50:12neologixsetrecipients: + neologix, ned.deily, antlong
2011-02-26 10:50:12neologixsetmessageid: <1298717412.35.0.483532562607.issue11327@psf.upfronthosting.co.za>
2011-02-26 10:50:11neologixlinkissue11327 messages
2011-02-26 10:50:11neologixcreate