mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-111389: expose PyHASH_INF/BITS/MODULUS/IMAG macros as public (#111418)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
b9cb855621
commit
1e68c4b876
3 changed files with 37 additions and 6 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Add :c:macro:`PyHASH_MODULUS`, :c:macro:`PyHASH_BITS`, :c:macro:`PyHASH_INF`
|
||||
and :c:macro:`PyHASH_IMAG` C macros. Patch by Sergey B Kirpichev.
|
||||
Loading…
Add table
Add a link
Reference in a new issue