[issue4506] 3.0 make test failures on Solaris 10

Mark Dickinson report at bugs.python.org
Sun Jan 4 16:26:03 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

autoconf checks for isinf and isnan fixed in r68299.
I also added a check for isfinite, which should really be used in 
preference to finite:  isfinite is standard in C99, while finite doesn't 
seem to be part of any standard.

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


More information about the Python-bugs-list mailing list