summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/hash.c
Commit message (Expand)AuthorAgeFilesLines
* gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)Serhiy Storchaka2024-03-221-0/+11
* gh-111545: Add Py_HashPointer() function (#112096)Victor Stinner2023-12-061-0/+16
* gh-111545: Test PyHash_GetFuncDef() function (#112098)Victor Stinner2023-11-151-0/+56