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 hniksic
Recipients hniksic, jbradaric, mark.dickinson, skrah
Date 2014-04-16.09:20:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397640013.46.0.914874090788.issue21167@psf.upfronthosting.co.za>
In-reply-to
Content
Using -fp-model strict (or other appropriate icc flag) seems like a reasonable resolution.

It should likely also be applied to Python 3.x, despite the version field of this issue. (Even if float('nan') happens to work in current 3.x, internal code that returns Py_NAN can and will break.)
History
Date User Action Args
2014-04-16 09:20:13hniksicsetrecipients: + hniksic, mark.dickinson, skrah, jbradaric
2014-04-16 09:20:13hniksicsetmessageid: <1397640013.46.0.914874090788.issue21167@psf.upfronthosting.co.za>
2014-04-16 09:20:13hniksiclinkissue21167 messages
2014-04-16 09:20:13hniksiccreate