mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
gh-111389: Add PyHASH_MULTIPLIER constant (#119214)
This commit is contained in:
parent
87939bd579
commit
f6da790122
7 changed files with 16 additions and 7 deletions
|
|
@ -29,6 +29,12 @@ See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`.
|
|||
|
||||
.. versionadded:: 3.13
|
||||
|
||||
.. c:macro:: PyHASH_MULTIPLIER
|
||||
|
||||
Prime multiplier used in string and various other hashes.
|
||||
|
||||
.. versionadded:: 3.13
|
||||
|
||||
.. c:macro:: PyHASH_INF
|
||||
|
||||
The hash value returned for a positive infinity.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue