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 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 <[email protected]>
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:46rpetrovsetrecipients: + rpetrov, skip.montanaro, mark.dickinson, christian.heimes
2008-12-14 21:47:46rpetrovsetmessageid: <[email protected]>
2008-12-14 21:47:45rpetrovlinkissue4575 messages
2008-12-14 21:47:45rpetrovcreate