- sysmodule.c (get_hash_info): Define as static function.
This commit is contained in:
parent
37c63a385d
commit
d885e95be4
|
@ -595,7 +595,7 @@ static PyStructSequence_Desc hash_info_desc = {
|
|||
5,
|
||||
};
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
get_hash_info(void)
|
||||
{
|
||||
PyObject *hash_info;
|
||||
|
|
Loading…
Reference in New Issue