]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122854: Add Py_HashBuffer() function (#122855)
authorVictor Stinner <vstinner@python.org>
Fri, 30 Aug 2024 15:42:27 +0000 (17:42 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Aug 2024 15:42:27 +0000 (15:42 +0000)
commitd8e69b2c1b3388c31a6083cfdd9dc9afff5b9860
treeeb78955c066631fdd52b00ddfd26d4fb676f9e36
parent3d60dfbe1755e00ab20d0ee81281886be77ad5da
gh-122854: Add Py_HashBuffer() function (#122855)
17 files changed:
Doc/c-api/hash.rst
Doc/whatsnew/3.14.rst
Include/cpython/pyhash.h
Include/internal/pycore_pyhash.h
Lib/test/test_capi/test_hash.py
Misc/NEWS.d/next/C_API/2024-08-09-13-12-20.gh-issue-122854.-1OgvU.rst [new file with mode: 0644]
Modules/_datetimemodule.c
Modules/_hashopenssl.c
Modules/_sre/sre.c
Modules/_testcapi/hash.c
Modules/_xxtestfuzz/fuzzer.c
Objects/bytesobject.c
Objects/codeobject.c
Objects/memoryobject.c
Objects/unicodeobject.c
Python/import.c
Python/pyhash.c