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 40a6340 commit e6e981cCopy full SHA for e6e981c
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