]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Jun 2024 07:26:25 +0000 (09:26 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 07:26:25 +0000 (09:26 +0200)
commit1177897551066c1e8c394809152614a6483f9ce7
tree62a6fbb373e0bf83932bc192caaaa8cf321bd3de
parent6be55f1bedcd076c12d00bf061bbcffc4ed8073a
[3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)

gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214)
(cherry picked from commit f6da790122fdae1a28f444edfbb55202d6829cd1)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/c-api/hash.rst
Include/cpython/pyhash.h
Misc/NEWS.d/next/C API/2024-05-20-10-35-22.gh-issue-111389.a6axBk.rst [new file with mode: 0644]
Objects/codeobject.c
Python/optimizer.c
Python/pyhash.c
Python/tracemalloc.c