We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda6509 commit 01ab7beCopy full SHA for 01ab7be
tests/fixtures/extended_with_no_setup/extended/extended.c
@@ -10,7 +10,7 @@ static PyMethodDef module_methods[] = {
10
{
11
"hello",
12
(PyCFunction) hello,
13
- NULL,
+ METH_NOARGS,
14
PyDoc_STR("Say hello.")
15
},
16
{NULL}
0 commit comments