Issue #10359: Remove ";" after function definition, invalid in ISO C
diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c
index 597a88b..8413641 100644
--- a/Modules/_testcapimodule.c
+++ b/Modules/_testcapimodule.c
@@ -1792,7 +1792,7 @@
         return NULL;
     }
     Py_RETURN_NONE;
-};
+}
 
 /* This is here to provide a docstring for test_descr. */
 static PyObject *