Issue #10359: Remove ";" after function definition, invalid in ISO C
diff --git a/Objects/weakrefobject.c b/Objects/weakrefobject.c
index 7a2c1bd..13323cf 100644
--- a/Objects/weakrefobject.c
+++ b/Objects/weakrefobject.c
@@ -583,7 +583,7 @@
 }
 
 
-WRAP_METHOD(proxy_bytes, "__bytes__");
+WRAP_METHOD(proxy_bytes, "__bytes__")
 
 
 static PyMethodDef proxy_methods[] = {