]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Feb 2022 00:32:57 +0000 (01:32 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Feb 2022 00:32:57 +0000 (01:32 +0100)
commit1b2611eb0283055835e5df632a7a735db8c894b8
treee9333a50ad80b2e1f622d8baf83273c68c085bb3
parent5f8b5e2f2150d2223ff9e286bd146de92ff16865
bpo-46656: Remove Py_NO_NAN macro (GH-31160)

Building Python now requires support for floating point Not-a-Number
(NaN): remove the Py_NO_NAN macro.
Doc/whatsnew/3.11.rst
Include/floatobject.h
Include/pymath.h
Misc/NEWS.d/next/Build/2022-02-04-21-26-50.bpo-46640.HXUmQp.rst
Misc/NEWS.d/next/Build/2022-02-06-14-04-20.bpo-46656.ajJjkh.rst [new file with mode: 0644]
Modules/cmathmodule.c
Modules/mathmodule.c
Objects/floatobject.c
Python/pystrtod.c