From db70d312fde3836f4e71586038b28a7319e7f439 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sun, 3 Dec 2023 12:12:47 +0100 Subject: [PATCH] gh-111545: Mention PEP 456 in PyHash_GetFuncDef() doc --- Doc/c-api/hash.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/c-api/hash.rst b/Doc/c-api/hash.rst index 4dc121d7fbaa9b..3bfaf8b9f54c14 100644 --- a/Doc/c-api/hash.rst +++ b/Doc/c-api/hash.rst @@ -45,4 +45,7 @@ See also the :c:member:`PyTypeObject.tp_hash` member. Get the hash function definition. + .. seealso:: + :pep:`456` "Secure and interchangeable hash algorithm". + .. versionadded:: 3.4