]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111389: Add PyHASH_MULTIPLIER constant (#119214)
authorVictor Stinner <vstinner@python.org>
Tue, 21 May 2024 17:51:51 +0000 (19:51 +0200)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 17:51:51 +0000 (19:51 +0200)
commitf6da790122fdae1a28f444edfbb55202d6829cd1
tree68d3e65a10037dfc6421b70a2f24bbc06d68f285
parent87939bd5790accea77c5a81093f16f28d3f0b429
gh-111389: Add PyHASH_MULTIPLIER constant (#119214)
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