]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) (GH-27855)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Aug 2021 11:37:41 +0000 (04:37 -0700)
committerGitHub <noreply@github.com>
Fri, 20 Aug 2021 11:37:41 +0000 (12:37 +0100)
commit7ef0673de48958bc3a75af5f152564bd2dffa8dd
tree1628960bd91f7f874c4f3995f45196ae1ac5f7a5
parent0215257c613d55bec27201683f3dcb00f1726536
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) (GH-27855)

(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