]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 22 Mar 2024 18:19:10 +0000 (20:19 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Mar 2024 18:19:10 +0000 (20:19 +0200)
commite2e0b4b4b92694ba894e02b4a66fd87c166ed10f
tree5ed883afb7db70957444e4df8adca74af54eef17
parent567ab3bd15398c8c7b791f3e376ae3e3c0bbe079
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
14 files changed:
Doc/c-api/hash.rst
Doc/c-api/typeobj.rst
Doc/whatsnew/3.13.rst
Include/cpython/pyhash.h
Lib/test/test_capi/test_abstract.py
Misc/NEWS.d/next/C API/2023-12-12-19-48-31.gh-issue-113024.rXcQs7.rst [new file with mode: 0644]
Modules/_decimal/_decimal.c
Modules/_testcapi/hash.c
Objects/classobject.c
Objects/descrobject.c
Objects/methodobject.c
Objects/typeobject.c
PC/winreg.c
Python/pyhash.c