Skip to content

Conversation

@picnixz
Copy link
Member

@picnixzpicnixz commented Nov 8, 2025

My very bad, I incorrectly documented PyHASH_BITS as hash_info.hash_bits, but the former is for numerical schemes while the latter is for strings schemes. I also added a newline before the "This corresponds to ..." and added the link to cutoff for Py_HASH_CUTOFF.


📚 Documentation preview 📚: https://cpython-previews--141233.org.readthedocs.build/

@picnixzpicnixz added skip news needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Nov 8, 2025
@bedevere-appbedevere-appbot added awaiting core review docs Documentation in the Doc dir labels Nov 8, 2025
@bedevere-appbedevere-appbot mentioned this pull request Nov 8, 2025
@picnixzpicnixzforce-pushed the fix/capi/hash-bits-141004 branch from 595bd7a to adb27bdCompareNovember 8, 2025 12:08
@picnixzpicnixz enabled auto-merge (squash) November 8, 2025 12:10
@picnixzpicnixzforce-pushed the fix/capi/hash-bits-141004 branch from adb27bd to a058142CompareNovember 8, 2025 12:14
@picnixzpicnixz merged commit 87942d9 into python:mainNov 8, 2025
28 checks passed
@github-project-automationgithub-project-automationbot moved this from Todo to Done in Docs PRsNov 8, 2025
@miss-islington-app
Copy link

Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 8, 2025
…sh_info` attributes (pythonGH-141233) (cherry picked from commit 87942d9) Co-authored-by: Bénédikt Tran <[email protected]>
@bedevere-app
Copy link

GH-141234 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.14 bugs and security fixes label Nov 8, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 8, 2025
…sh_info` attributes (pythonGH-141233) (cherry picked from commit 87942d9) Co-authored-by: Bénédikt Tran <[email protected]>
@bedevere-app
Copy link

GH-141235 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13 bugs and security fixes label Nov 8, 2025
picnixz added a commit that referenced this pull request Nov 8, 2025
…ash_info` attributes (GH-141233) (#141234) gh-141004: correctly document `Py_HASH_*` and `PyHASH_*` as `hash_info` attributes (GH-141233) (cherry picked from commit 87942d9) Co-authored-by: Bénédikt Tran <[email protected]>
picnixz added a commit that referenced this pull request Nov 8, 2025
…ash_info` attributes (GH-141233) (#141235) gh-141004: correctly document `Py_HASH_*` and `PyHASH_*` as `hash_info` attributes (GH-141233) (cherry picked from commit 87942d9) Co-authored-by: Bénédikt Tran <[email protected]>
@picnixzpicnixz deleted the fix/capi/hash-bits-141004 branch November 8, 2025 12:55
StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request Dec 6, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant

@picnixz