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 81a859d commit 5601f5aCopy full SHA for 5601f5a
test cases/unit/125 python extension/foo.c
@@ -3,7 +3,7 @@
3
4
5
static PyObject *
6
-bar_impl(PyObject *self)
+bar_impl(PyObject *self, PyObject *args)
7
{
8
return Py_None;
9
}
0 commit comments