]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) 27858/head
authorMark Dickinson <mdickinson@enthought.com>
Fri, 20 Aug 2021 10:40:11 +0000 (11:40 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Aug 2021 10:40:11 +0000 (11:40 +0100)
commit60b93d9e4922eeae25052bc15909d1f4152babde
treecc4b4b829ba5a2e8a5a4d8b97b99bea473d8f58c
parentd26dbba9297adb59bc49a6583c647804ef56fc58
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
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