]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141004: soft-deprecate Py_INFINITY macro (#141033)
authorSergey B Kirpichev <skirpichev@gmail.com>
Wed, 12 Nov 2025 12:44:49 +0000 (15:44 +0300)
committerGitHub <noreply@github.com>
Wed, 12 Nov 2025 12:44:49 +0000 (13:44 +0100)
commite2026731f5680022bd016b8b5ca5841c82e9574c
treea165b42171e42d74f085cc9e3339d926018ddabe
parentc6f3dd6a506a9bb1808c070e5ef5cf345a3bedc8
gh-141004: soft-deprecate Py_INFINITY macro (#141033)

Co-authored-by: Victor Stinner <vstinner@python.org>
13 files changed:
Doc/c-api/conversion.rst
Doc/c-api/float.rst
Doc/whatsnew/3.14.rst
Doc/whatsnew/3.15.rst
Include/floatobject.h
Include/internal/pycore_pymath.h
Include/pymath.h
Misc/NEWS.d/next/C_API/2025-11-05-04-38-16.gh-issue-141004.rJL43P.rst [new file with mode: 0644]
Modules/cmathmodule.c
Modules/mathmodule.c
Objects/complexobject.c
Objects/floatobject.c
Python/pystrtod.c