From: Victor Stinner Date: Sun, 3 Dec 2023 11:21:48 +0000 (+0100) Subject: gh-111545: Mention PEP 456 in PyHash_GetFuncDef() doc (#112647) X-Git-Tag: v3.13.0a3~554 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a971574b73140b6badf9442a5b954eab766a082c;p=thirdparty%2FPython%2Fcpython.git gh-111545: Mention PEP 456 in PyHash_GetFuncDef() doc (#112647) --- diff --git a/Doc/c-api/hash.rst b/Doc/c-api/hash.rst index 4dc121d7fbaa..3bfaf8b9f54c 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