remove all usage of Py_LOCAL
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index e0c3bfe..aaebfd0 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -10936,7 +10936,7 @@
 #undef COMPARE
 }
 
-Py_LOCAL(int)
+static int
 unicode_compare_eq(PyObject *str1, PyObject *str2)
 {
     int kind;