Commit 95084026 authored by Andrew Svetlov's avatar Andrew Svetlov Committed by GitHub

Fix PyObject_Hash signature in comment (#4905)

parent 45700fb7
...@@ -367,7 +367,7 @@ PyAPI_FUNC(PyObject *) _PyObject_CallMethodIdObjArgs( ...@@ -367,7 +367,7 @@ PyAPI_FUNC(PyObject *) _PyObject_CallMethodIdObjArgs(
/* Implemented elsewhere: /* 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 Compute and return the hash, hash_value, of an object, o. On
failure, return -1. failure, return -1.
......
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