Issue #10185: use Py_hash_t instead of long
This commit is contained in:
parent
57f75799bf
commit
29aad0005d
|
@ -225,7 +225,7 @@ test_lazy_hash_inheritance(PyObject* self)
|
|||
{
|
||||
PyTypeObject *type;
|
||||
PyObject *obj;
|
||||
long hash;
|
||||
Py_hash_t hash;
|
||||
|
||||
type = &_HashInheritanceTester_Type;
|
||||
|
||||
|
|
Loading…
Reference in New Issue