Kaydet (Commit) 29aad000 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Issue #10185: use Py_hash_t instead of long

üst 57f75799
......@@ -225,7 +225,7 @@ test_lazy_hash_inheritance(PyObject* self)
{
PyTypeObject *type;
PyObject *obj;
long hash;
Py_hash_t hash;
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