Index: Modules/_testcapimodule.c =================================================================== --- Modules/_testcapimodule.c (revision 85808) +++ Modules/_testcapimodule.c (working copy) @@ -225,7 +225,7 @@ { PyTypeObject *type; PyObject *obj; - long hash; + Py_hash_t hash; type = &_HashInheritanceTester_Type;