From 950840261c349e100ec5d7381fcd742c017e242d Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sat, 16 Dec 2017 21:08:05 +0200 Subject: Fix PyObject_Hash signature in comment (#4905) --- Include/abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/abstract.h b/Include/abstract.h index 991c1c3..3133cd1 100644 --- a/Include/abstract.h +++ b/Include/abstract.h @@ -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. -- cgit v0.12