[issue4506] 3.0 make test failures on Solaris 10

Mark Dickinson report at bugs.python.org
Sat Dec 6 16:58:02 CET 2008


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

The segfault is a little worrying;  I don't understand that at all.

Skip, can you come up with a configure patch that would allow isinf to be 
detected on Solaris?

I'll also patch Py_IS_INFINITY to make sure that it forces its argument 
into memory before testing it;  this *should* fix the problem on platforms 
that don't have isinf.  (Note to self:  first find out whether 
Py_IS_INFINITY is ever applied to single precision floats, or whether we 
can assume the argument is always a double.)

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


More information about the Python-bugs-list mailing list