summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSergey B Kirpichev <skirpichev@gmail.com>2024-11-01 22:04:31 (GMT)
committerGitHub <noreply@github.com>2024-11-01 22:04:31 (GMT)
commit8477951a1c460ff9b7dc7c54e7bf9b66b1722459 (patch)
tree56f840c81726ce48b4a99f0ee4eb358ccef0f38f /Misc/NEWS.d
parent28b148fb32e4548b461137d18d1ab6d366395d36 (diff)
downloadcpython-8477951a1c460ff9b7dc7c54e7bf9b66b1722459.zip
cpython-8477951a1c460ff9b7dc7c54e7bf9b66b1722459.tar.gz
cpython-8477951a1c460ff9b7dc7c54e7bf9b66b1722459.tar.bz2
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/C_API/2024-06-04-13-38-44.gh-issue-120026.uhEvJ9.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C_API/2024-06-04-13-38-44.gh-issue-120026.uhEvJ9.rst b/Misc/NEWS.d/next/C_API/2024-06-04-13-38-44.gh-issue-120026.uhEvJ9.rst
new file mode 100644
index 0000000..d43a138
--- /dev/null
+++ b/Misc/NEWS.d/next/C_API/2024-06-04-13-38-44.gh-issue-120026.uhEvJ9.rst
@@ -0,0 +1 @@
+The :c:macro:`!Py_HUGE_VAL` macro is :term:`soft deprecated`.