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 belopolsky
Recipients amaury.forgeotdarc, belopolsky, benjamin.peterson, db3l, georg.brandl, pitrou, vstinner
Date 2011-01-03.16:15:36
SpamBayes Score 0.03581214
Marked as misclassified No
Message-id <1294071341.24.0.588203956324.issue10814@psf.upfronthosting.co.za>
In-reply-to
Content
Can someone with a windows box test

>>> time.asctime((12345, 1, 1, 0, 0, 0, 0, 0, 0))?

If that crashes as well, can you tell which part of 

( ( tb->tm_mday >= 1 ) && ( ( ( _days[ tb->tm_mon + 1 ] - _days[ tb->tm_mon ] ) >= tb->tm_mday ) || ( ( IS_LEAP_YEAR( tb->tm_year + 1900 ) ) && ( tb->tm_mon == 1 ) && ( tb->tm_mday <= 29 ) ) ) )


triggers the assertion?
History
Date User Action Args
2011-01-03 16:15:41belopolskysetrecipients: + belopolsky, georg.brandl, db3l, amaury.forgeotdarc, pitrou, vstinner, benjamin.peterson
2011-01-03 16:15:41belopolskysetmessageid: <1294071341.24.0.588203956324.issue10814@psf.upfronthosting.co.za>
2011-01-03 16:15:36belopolskylinkissue10814 messages
2011-01-03 16:15:36belopolskycreate