]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c funct...
authorMark Dickinson <mdickinson@enthought.com>
Fri, 27 Jan 2012 21:16:01 +0000 (21:16 +0000)
committerMark Dickinson <mdickinson@enthought.com>
Fri, 27 Jan 2012 21:16:01 +0000 (21:16 +0000)
commit261896b5591e819fe9c874e69469783c16161586
tree772f6e25d80d5d2708fe292d1b3b5d74371a2946
parenteced82ecbfa8a1e381ee1bf40310968c10fd85dc
Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round.
Objects/floatobject.c