mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +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
|
@ -1500,7 +1500,7 @@ bytes_item(PyBytesObject *a, Py_ssize_t i)
|
|||
return PyLong_FromLong((unsigned char)a->ob_sval[i]);
|
||||
}
|
||||
|
||||
Py_LOCAL(int)
|
||||
static int
|
||||
bytes_compare_eq(PyBytesObject *a, PyBytesObject *b)
|
||||
{
|
||||
int cmp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue