diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 9ec8ab1489..61c9b1ef33 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -595,7 +595,7 @@ static PyStructSequence_Desc hash_info_desc = { 5, }; -PyObject * +static PyObject * get_hash_info(void) { PyObject *hash_info;