mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +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
|
@ -583,7 +583,7 @@ proxy_iternext(PyWeakReference *proxy)
|
|||
}
|
||||
|
||||
|
||||
WRAP_METHOD(proxy_bytes, "__bytes__");
|
||||
WRAP_METHOD(proxy_bytes, "__bytes__")
|
||||
|
||||
|
||||
static PyMethodDef proxy_methods[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue