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 christian.heimes, mark.dickinson, rpetrov, skip.montanaro
Date 2008-12-14.22:03:10
SpamBayes Score 1.2662069e-05
Marked as misclassified No
Message-id <1229292192.76.0.483341003782.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.

Thanks, Roumen.  I rather suspected that Py_IS_INFINITY was dodgy this 
way.

On the other hand, this is only a problem when Py_IS_INFINITY is applied 
to a *computed* result;  most of the time Py_IS_INFINITY is being directly 
applied to the incoming argument to some function, so should be safe.
History
Date User Action Args
2008-12-14 22:03:13mark.dickinsonsetrecipients: + mark.dickinson, skip.montanaro, christian.heimes, rpetrov
2008-12-14 22:03:12mark.dickinsonsetmessageid: <1229292192.76.0.483341003782.issue4575@psf.upfronthosting.co.za>
2008-12-14 22:03:10mark.dickinsonlinkissue4575 messages
2008-12-14 22:03:10mark.dickinsoncreate