]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Aug 2021 17:48:47 +0000 (10:48 -0700)
committerGitHub <noreply@github.com>
Fri, 20 Aug 2021 17:48:47 +0000 (10:48 -0700)
commit838b0e975fc2c106508eb27d19a9548533ac1e55
tree1af711ae1073b86d4a0afbf25d2cd6cffb2b83c3
parentf0e2a46349bc5a733aee58d53fa685de108b1787
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)

(cherry picked from commit 60b93d9e4922eeae25052bc15909d1f4152babde)

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
Lib/test/test_float.py
Misc/NEWS.d/next/Core and Builtins/2021-08-19-14-43-24.bpo-44954.dLn3lg.rst [new file with mode: 0644]
Objects/floatobject.c