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 3b95bd2 commit 386ecefCopy full SHA for 386ecef
Modules/_testmultiphase.c
@@ -92,7 +92,7 @@ Example_getattro(PyObject *op, PyObject *name)
92
}
93
94
static int
95
-Example_setattr(PyObject *op, const char *name, PyObject *v)
+Example_setattr(PyObject *op, char *name, PyObject *v)
96
{
97
ExampleObject *self = ExampleObject_CAST(op);
98
if (self->x_attr == NULL) {
0 commit comments