Commit 29aad000 authored by Antoine Pitrou's avatar Antoine Pitrou

Issue #10185: use Py_hash_t instead of long

parent 57f75799
...@@ -225,7 +225,7 @@ test_lazy_hash_inheritance(PyObject* self) ...@@ -225,7 +225,7 @@ test_lazy_hash_inheritance(PyObject* self)
{ {
PyTypeObject *type; PyTypeObject *type;
PyObject *obj; PyObject *obj;
long hash; Py_hash_t hash;
type = &_HashInheritanceTester_Type; type = &_HashInheritanceTester_Type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment