Skip to content

Commit 386ecef

Browse files
committed
fixup
1 parent 3b95bd2 commit 386ecef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testmultiphase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Example_getattro(PyObject *op, PyObject *name)
9292
}
9393

9494
static int
95-
Example_setattr(PyObject *op, const char *name, PyObject *v)
95+
Example_setattr(PyObject *op, char *name, PyObject *v)
9696
{
9797
ExampleObject *self = ExampleObject_CAST(op);
9898
if (self->x_attr == NULL) {

0 commit comments

Comments
 (0)