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 zach.ware
Recipients mark.dickinson, paul.moore, pitrou, python-dev, r.david.murray, serhiy.storchaka, skrah, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2016-01-19.22:50:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453243806.13.0.430625055736.issue25934@psf.upfronthosting.co.za>
In-reply-to
Content
I've looked into this a bit, and tests won't pass with MSVC /fp:strict, so it would need to be ICC specific.  UNIX ICC builds do unconditionally use -fp-model strict now, though, so I think Windows ICC builds should as well.
History
Date User Action Args
2016-01-19 22:50:06zach.waresetrecipients: + zach.ware, tim.peters, paul.moore, mark.dickinson, pitrou, vstinner, tim.golden, r.david.murray, skrah, python-dev, serhiy.storchaka, steve.dower
2016-01-19 22:50:06zach.waresetmessageid: <1453243806.13.0.430625055736.issue25934@psf.upfronthosting.co.za>
2016-01-19 22:50:06zach.warelinkissue25934 messages
2016-01-19 22:50:06zach.warecreate