commit | 621b430a14f7225f2bf7037408743989b63b7848 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Sep 09 13:54:34 2016 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Sep 09 13:54:34 2016 -0700 |
tree | 5b42997fb33ed52b6bd77a2953aef15704c7ca3c | |
parent | 50fd89806f685ab4be84721a1d8f37184f625739 [diff] [blame] |
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;