-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
gh-141004: Document Py_HASH_* macros
#141205
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
Conversation
ZeroIntensity
left a comment
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.
Thanks!
|
I decided to add the two blank lines around constants. Ideally I wanted sections, but I think two blank lines are better for reading the document. With so many versionadded, it's easy to get lost. |
|
I already approved this, no need to request. I'm not too familiar with this area, so I'm basically just trusting that you know what you're doing in terms of content. The format and whatnot look fine. |
|
Well.... I included a typo :D (but that's because we have confusing names!!) I will fix it tomorrow but it will be fast (so I won't backport it yet). I knew I shouldn't have left my dev session... |
(cherry picked from commit 3989e12) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
(cherry picked from commit 3989e12) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
GH-141224 is a backport of this pull request to the 3.13 branch. |
(cherry picked from commit 3989e12) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
GH-141225 is a backport of this pull request to the 3.14 branch. |
This one is much more tricky because
Py_HASH_EXTERNALwas never documented and not really supported in the configure script. It would require user-defined defines and other hacks.What I can do is remove the EXTERNAL docs and make a separate bugfix.
📚 Documentation preview 📚: https://cpython-previews--141205.org.readthedocs.build/