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 Alexander.Belopolsky
Recipients Alexander.Belopolsky, amaury.forgeotdarc, mark.leander, pythonhacker
Date 2010-02-25.21:24:53
SpamBayes Score 8.674962e-05
Marked as misclassified No
Message-id <1267133094.67.0.180055648123.issue7150@psf.upfronthosting.co.za>
In-reply-to
Content
Aha!  My reliance on asserts() was misguided.  With the debug build:

>>> t0-d2
Assertion failed: (ordinal >= 1), function ord_to_ymd, file /Users/sasha/Work/python-svn/trunk/Modules/datetimemodule.c, line 269.
Abort trap

Should we reclassify this bug as a crash?
History
Date User Action Args
2010-02-25 21:24:54Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, amaury.forgeotdarc, pythonhacker, mark.leander
2010-02-25 21:24:54Alexander.Belopolskysetmessageid: <1267133094.67.0.180055648123.issue7150@psf.upfronthosting.co.za>
2010-02-25 21:24:53Alexander.Belopolskylinkissue7150 messages
2010-02-25 21:24:53Alexander.Belopolskycreate