]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
authorSergey B Kirpichev <skirpichev@gmail.com>
Fri, 1 Nov 2024 22:04:31 +0000 (01:04 +0300)
committerGitHub <noreply@github.com>
Fri, 1 Nov 2024 22:04:31 +0000 (22:04 +0000)
commit8477951a1c460ff9b7dc7c54e7bf9b66b1722459
tree56f840c81726ce48b4a99f0ee4eb358ccef0f38f
parent28b148fb32e4548b461137d18d1ab6d366395d36
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/c-api/conversion.rst
Doc/whatsnew/3.14.rst
Include/floatobject.h
Include/internal/pycore_pymath.h
Include/pymath.h
Misc/NEWS.d/next/C_API/2024-06-04-13-38-44.gh-issue-120026.uhEvJ9.rst [new file with mode: 0644]
Modules/cmathmodule.c
Modules/mathmodule.c
Objects/floatobject.c
Python/pystrtod.c