mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix PyObject_Hash signature in comment (#4905)
This commit is contained in:
parent
45700fb757
commit
950840261c
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ PyAPI_FUNC(PyObject *) _PyObject_CallMethodIdObjArgs(
|
|||
|
||||
/* Implemented elsewhere:
|
||||
|
||||
long PyObject_Hash(PyObject *o);
|
||||
Py_hash_t PyObject_Hash(PyObject *o);
|
||||
|
||||
Compute and return the hash, hash_value, of an object, o. On
|
||||
failure, return -1.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue