This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson, skip.montanaro
Date 2008-12-06.15:58:01
SpamBayes Score 1.3404227e-05
Marked as misclassified No
Message-id <1228579082.6.0.0191147855167.issue4506@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2008-12-06 15:58:02mark.dickinsonsetrecipients: + mark.dickinson, skip.montanaro
2008-12-06 15:58:02mark.dickinsonsetmessageid: <1228579082.6.0.0191147855167.issue4506@psf.upfronthosting.co.za>
2008-12-06 15:58:02mark.dickinsonlinkissue4506 messages
2008-12-06 15:58:01mark.dickinsoncreate