Message 77837 - Python tracker
Message77837
| Author | rpetrov |
|---|---|
| Recipients | christian.heimes, mark.dickinson, rpetrov, skip.montanaro |
| Date | 2008-12-14.21:47:45 |
| SpamBayes Score | 5.9654085e-06 |
| Marked as misclassified | No |
| Message-id | <1229291266.08.0.867060245527.issue4575@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The macro Py_IS_INFINITY don't work on linux. The test case(force-inf.c) is attached. The result don't depend from optimisation flag. isinf(x)=1 Py_IS_INFINITY(x)=0 Py_IS_INFINITY2(x)=1 isinf(x)=0 Py_IS_INFINITY(x)=0 Py_IS_INFINITY2(x)=0 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-14 21:47:46 | rpetrov | set | recipients: + rpetrov, skip.montanaro, mark.dickinson, christian.heimes |
| 2008-12-14 21:47:46 | rpetrov | set | messageid: <1229291266.08.0.867060245527.issue4575@psf.upfronthosting.co.za> |
| 2008-12-14 21:47:45 | rpetrov | link | issue4575 messages |
| 2008-12-14 21:47:45 | rpetrov | create | |