remove all usage of Py_LOCAL

This commit is contained in:
Benjamin Peterson 2016-09-09 13:54:34 -07:00
parent 50fd89806f
commit 621b430a14
4 changed files with 15 additions and 15 deletions

View file

@ -10936,7 +10936,7 @@ unicode_compare(PyObject *str1, PyObject *str2)
#undef COMPARE
}
Py_LOCAL(int)
static int
unicode_compare_eq(PyObject *str1, PyObject *str2)
{
int kind;