* 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().
Add Modules/_testcapi/hash.c and Lib/test/test_capi/test_hash.py.