]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
authorInada Naoki <songofacandy@gmail.com>
Sun, 10 Oct 2021 08:29:46 +0000 (17:29 +0900)
committerGitHub <noreply@github.com>
Sun, 10 Oct 2021 08:29:46 +0000 (17:29 +0900)
commitad970e8623523a8656e8c1ff4e1dff3423498a5a
treeddd33e1925765792c97a500b6d8bf88ca899d53c
parenta1c3c9e8245a88cf37b084869b3559638116daf7
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Co-authored-by: Christian Heimes <christian@python.org>
Doc/using/configure.rst
Doc/whatsnew/3.11.rst
Include/pyhash.h
Lib/test/test_hash.py
Lib/test/test_imp.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2021-10-07-19-09-12.bpo-29410.bg5SYp.rst [new file with mode: 0644]
Python/pyhash.c
configure
configure.ac
pyconfig.h.in