We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8815b8b commit 32173a9Copy full SHA for 32173a9
Doc/c-api/hash.rst
@@ -37,7 +37,10 @@ See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`.
37
which algorithm is used for hashing. The hash algorithm can be configured
38
via the configure :option:`--with-hash-algorithm` option.
39
40
- .. versionadded:: 3.11
+ .. versionadded:: 3.4
41
+ Add :c:macro:`!Py_HASH_FNV` and :c:macro:`!Py_HASH_SIPHASH24`.
42
+
43
+ .. versionadded:: 3.13
44
Add :c:macro:`!Py_HASH_SIPHASH13`.
45
46
0 commit comments