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 2009-01-04.15:26:03
SpamBayes Score 0.00026343684
Marked as misclassified No
Message-id <1231082763.86.0.737119503906.issue4506@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-01-04 15:26:03mark.dickinsonsetrecipients: + mark.dickinson, skip.montanaro
2009-01-04 15:26:03mark.dickinsonsetmessageid: <1231082763.86.0.737119503906.issue4506@psf.upfronthosting.co.za>
2009-01-04 15:26:03mark.dickinsonlinkissue4506 messages
2009-01-04 15:26:03mark.dickinsoncreate