-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-120026: deprecate (soft) Py_HUGE_VAL macro #120027
Conversation
d5ab44f
to
5b7bc64
Compare
As mentioned here I'm not sure that Py_NAN/INFINITY now are really required. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few wording suggestions.
A
Misc/NEWS.d/next/C API/2024-06-04-13-38-44.gh-issue-120026.uhEvJ9.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Adam Turner <[email protected]>
CC @vstinner |
Doc/whatsnew/3.14.rst
Outdated
* :func:`!asyncio.iscoroutinefunction` is deprecated | ||
and will be removed in Python 3.16, | ||
use :func:`inspect.iscoroutinefunction` instead. | ||
(Contributed by Jiahao Li and Kumar Aditya in :gh:`122875`.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change looks unrelated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, artefact of some conflict resolution. Fixed, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
📚 Documentation preview 📚: https://cpython-previews--120027.org.readthedocs.build/