[issue7150] datetime operations spanning MINYEAR give bad results

Alexander Belopolsky report at bugs.python.org
Thu Feb 25 22:24:54 CET 2010


Alexander Belopolsky <alexander.belopolsky at gmail.com> added the comment:

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?

----------

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


More information about the Python-bugs-list mailing list