Skip to content

Commit 9508402

Browse files
authored
Fix PyObject_Hash signature in comment (#4905)
1 parent 45700fb commit 9508402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/abstract.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ PyAPI_FUNC(PyObject *) _PyObject_CallMethodIdObjArgs(
367367

368368
/* Implemented elsewhere:
369369
370-
long PyObject_Hash(PyObject *o);
370+
Py_hash_t PyObject_Hash(PyObject *o);
371371
372372
Compute and return the hash, hash_value, of an object, o. On
373373
failure, return -1.

0 commit comments

Comments
 (0)