There was an error while loading. Please reload this page.
1 parent 45700fb commit 9508402Copy full SHA for 9508402
1 file changed
Include/abstract.h
@@ -367,7 +367,7 @@ PyAPI_FUNC(PyObject *) _PyObject_CallMethodIdObjArgs(
367
368
/* Implemented elsewhere:
369
370
- long PyObject_Hash(PyObject *o);
+ Py_hash_t PyObject_Hash(PyObject *o);
371
372
Compute and return the hash, hash_value, of an object, o. On
373
failure, return -1.
0 commit comments