[issue13889] str(float) and round(float) issues with FPU precision

Stefan Krah report at bugs.python.org
Mon Feb 6 09:35:21 CET 2012


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

I can run the tests on win64, but it I think it would be nice to
have a patch with exactly the same logic as the gcc-asm version
(Mark already mentioned _MCW_PC | _MCW_RC).

Another thing: _WIN32 might be defined on MinGW, but I'm not sure.
If that's the case, it would be nice to guard the VS specific
passage with _MSC_VER.

----------
nosy: +skrah

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


More information about the Python-bugs-list mailing list