[issue30104] clang 4.0 miscompiles dtoa.c, giving broken float parsing and printing

STINNER Victor report at bugs.python.org
Mon Apr 24 08:14:07 EDT 2017


STINNER Victor added the comment:

> I also note that -fno-strict-aliasing is being included in 2.7's compile arguments

Ah right, PyObject structures of Python 2 doesn't respect strict aliasing...

----------

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


More information about the Python-bugs-list mailing list