- sysmodule.c (get_hash_info): Define as static function.
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index 9ec8ab1..61c9b1e 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -595,7 +595,7 @@
     5,
 };
 
-PyObject *
+static PyObject *
 get_hash_info(void)
 {
     PyObject *hash_info;