[issue3168] cmath test fails on Solaris 10

Jean Brouwers report at bugs.python.org
Sun Jun 29 21:56:53 CEST 2008


Jean Brouwers <MrJean1 at Gmail.com> added the comment:

There is another, perhaps related issue on Solaris.  The compiler warns 
that function  finite is implicitly defined.

Commenting out this line in pyconfig.h as

/* #define HAVE_FINITE 1 */

make that warning go away.  If there is no function  finite, why is 
HAVE_FINITE defined at all?

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


More information about the Python-bugs-list mailing list