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 pitrou
Recipients amaury.forgeotdarc, belopolsky, benjamin.peterson, db3l, georg.brandl, pitrou
Date 2011-01-03.14:03:42
SpamBayes Score 0.009951509
Marked as misclassified No
Message-id <1294063427.37.0.763229574949.issue10814@psf.upfronthosting.co.za>
In-reply-to
Content
See e.g. http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.1

test_time
f:\dd\vctools\crt_bld\self_x86\crt\src\asctime.c(130) : Assertion failed: ( ( 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 ) ) ) )
program finished with exit code -1073740777

(don't know about 2.6 but it's likely to crash there too)
History
Date User Action Args
2011-01-03 14:03:47pitrousetrecipients: + pitrou, georg.brandl, db3l, amaury.forgeotdarc, belopolsky, benjamin.peterson
2011-01-03 14:03:47pitrousetmessageid: <1294063427.37.0.763229574949.issue10814@psf.upfronthosting.co.za>
2011-01-03 14:03:43pitroulinkissue10814 messages
2011-01-03 14:03:42pitroucreate