[issue26262] Cannot compile with /fp:strict with MSVC

2016-06-13 Thread Nathan Harold
Nathan Harold added the comment: Here's a patch with those three replacements and related comments. -- keywords: +patch nosy: +nharold Added file: http://bugs.python.org/file43379/constants.patch ___ Python tracker

[issue26262] Cannot compile with /fp:strict with MSVC

2016-02-01 Thread Zachary Ware
New submission from Zachary Ware: 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