Message 320511 - Python tracker (original) (raw)

[Mark]

If we do this, can we also persuade Guido to Pronounce that Python implementations assume IEEE 754 format and semantics for floating-point?

On its own, I don't think a change to force 53-bit precision on 754 boxes would justify that. That's just changing oddball boxes that already implement 754 to do so in the way most other 754 boxes currently do it (and in the way all future 754 platforms are expected to do it).

To go beyond that seems to require addressing bigger questions, like:

Not that I'm asking for answers here. If there's something to be pursued here, I'd suggest it's better as a topic in python-ideas or python-dev.