[New-bugs-announce] [issue26262] Cannot compile with /fp:strict with MSVC

Zachary Ware report at bugs.python.org
Mon Feb 1 12:50:09 EST 2016


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 copied from #25934)

----------
components: Build, Windows
keywords: easy
messages: 259336
nosy: haypo, mark.dickinson, paul.moore, pitrou, python-dev, r.david.murray, serhiy.storchaka, skrah, steve.dower, tim.golden, tim.peters, zach.ware
priority: low
severity: normal
stage: needs patch
status: open
title: Cannot compile with /fp:strict with MSVC
type: compile error
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26262>
_______________________________________


More information about the New-bugs-announce mailing list