mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #10359: Remove ";" after function definition, invalid in ISO C
This commit is contained in:
parent
572895b8eb
commit
3e2b7171bf
4 changed files with 4 additions and 4 deletions
|
|
@ -1792,7 +1792,7 @@ test_unicode_compare_with_ascii(PyObject *self) {
|
|||
return NULL;
|
||||
}
|
||||
Py_RETURN_NONE;
|
||||
};
|
||||
}
|
||||
|
||||
/* This is here to provide a docstring for test_descr. */
|
||||
static PyObject *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue