We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70306ce commit c12851cCopy full SHA for c12851c
Modules/_testcapimodule.c
@@ -52,7 +52,7 @@ get_testerror(PyObject *self) {
52
return state->error;
53
}
54
55
-static PyObject *
+static void
56
simple_object_destructor(PyObject *self)
57
{
58
PyObject_Free(self);
0 commit comments