[Python-checkins] r60341 - in python/branches/trunk-math: Lib/test/test_math.py Modules/mathmodule.c

Christian Heimes lists at cheimes.de
Sun Jan 27 14:46:39 CET 2008


skip at pobox.com wrote:
> Is Python migrating to C99 or do earlier versions ambiguous in their
> definition of the return value of hypot(inf, nan)?

Mark and I are trying to make the math module more reliable. Currently
it's platform dependent when a function raises ValueError, OverflowError
or returns NAN.

Christian



More information about the Python-checkins mailing list