| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-113024: C API: Add PyObject_GenericHash() function (GH-113025) | Serhiy Storchaka | 2024-03-22 | 1 | -0/+11 |
| | | |||||
| * | gh-111545: Add Py_HashPointer() function (#112096) | Victor Stinner | 2023-12-06 | 1 | -0/+16 |
| | | | | | | * Implement _Py_HashPointerRaw() as a static inline function. * Add Py_HashPointer() tests to test_capi.test_hash. * Keep _Py_HashPointer() function as an alias to Py_HashPointer(). | ||||
| * | gh-111545: Test PyHash_GetFuncDef() function (#112098) | Victor Stinner | 2023-11-15 | 1 | -0/+56 |
| Add Modules/_testcapi/hash.c and Lib/test/test_capi/test_hash.py. | |||||
