Message 79065 - Python tracker
Message79065
| 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:03 | mark.dickinson | set | recipients: + mark.dickinson, skip.montanaro |
| 2009-01-04 15:26:03 | mark.dickinson | set | messageid: <1231082763.86.0.737119503906.issue4506@psf.upfronthosting.co.za> |
| 2009-01-04 15:26:03 | mark.dickinson | link | issue4506 messages |
| 2009-01-04 15:26:03 | mark.dickinson | create | |