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-02-01.17:50:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454349009.19.0.118531537241.issue26262@psf.upfronthosting.co.za>
In-reply-to
Content
As reported in msg258685 (issue25934), Python cannot be built with /fp:strict while using MSVC.  As Mark showed in msg258686 and msg258689, there are three calculations that could be replaced with suitable constants to allow /fp:strict to be used.

(Nosy list copied from #25934)
History
Date User Action Args
2016-02-01 17:50:09zach.waresetrecipients: + zach.ware, tim.peters, paul.moore, mark.dickinson, pitrou, vstinner, tim.golden, r.david.murray, skrah, python-dev, serhiy.storchaka, steve.dower
2016-02-01 17:50:09zach.waresetmessageid: <1454349009.19.0.118531537241.issue26262@psf.upfronthosting.co.za>
2016-02-01 17:50:08zach.warelinkissue26262 messages
2016-02-01 17:50:08zach.warecreate