mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
remove all usage of Py_LOCAL
This commit is contained in:
parent
50fd89806f
commit
621b430a14
4 changed files with 15 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue