diff options
author | Sergey B Kirpichev <skirpichev@gmail.com> | 2024-05-29 10:45:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 10:45:14 (GMT) |
commit | 0cdc5c8d5446e5eedd34e03d8e380bc237d1379b (patch) | |
tree | 97e7a1f00f3b8d3eacbfe6ed48a04f6a0275540f /Misc/NEWS.d/next/C API | |
parent | 016a46ab572fc681e4a06760147b9ae311b21881 (diff) | |
download | cpython-0cdc5c8d5446e5eedd34e03d8e380bc237d1379b.zip cpython-0cdc5c8d5446e5eedd34e03d8e380bc237d1379b.tar.gz cpython-0cdc5c8d5446e5eedd34e03d8e380bc237d1379b.tar.bz2 |
gh-119613: Soft deprecate Py_IS_NAN/INFINITY/FINITE (#119701)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Misc/NEWS.d/next/C API')
-rw-r--r-- | Misc/NEWS.d/next/C API/2024-05-29-09-21-37.gh-issue-119613.J2xfrC.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2024-05-29-09-21-37.gh-issue-119613.J2xfrC.rst b/Misc/NEWS.d/next/C API/2024-05-29-09-21-37.gh-issue-119613.J2xfrC.rst new file mode 100644 index 0000000..196a472 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2024-05-29-09-21-37.gh-issue-119613.J2xfrC.rst @@ -0,0 +1,2 @@ +Macros ``Py_IS_NAN``, ``Py_IS_INFINITY`` and ``Py_IS_FINITE`` +are :term:`soft deprecated`. |