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

Mark Dickinson report at bugs.python.org
Fri Jan 27 21:22:38 CET 2012


Mark Dickinson <dickinsm at gmail.com> added the comment:

I'm a bit disturbed that we're not using the _Py_SET_53BIT_PRECISION_* macros in _Py_double_round;  unless I'm missing something, that seems like a major omission.

----------

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


More information about the Python-bugs-list mailing list