[issue10814] assertion failed on Windows buildbots

Alexander Belopolsky report at bugs.python.org
Mon Jan 3 17:15:41 CET 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10814>
_______________________________________


More information about the Python-bugs-list mailing list