Skip to content

Commit 5942bfe

Browse files
committed
post merge fix
1 parent ed4dbf4 commit 5942bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.cext/src/typeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10206,7 +10206,6 @@ recurse_down_subclasses(PyTypeObject *type, PyObject *attr_name,
1020610206
}
1020710207
return 0;
1020810208
}
10209-
#endif // GraalPy change
1021010209

1021110210
static int
1021210211
expect_manually_inherited(PyTypeObject *type, void **slot)
@@ -10285,6 +10284,7 @@ expect_manually_inherited(PyTypeObject *type, void **slot)
1028510284
/* It must be inherited (see type_ready_inherit()).. */
1028610285
return 0;
1028710286
}
10287+
#endif // GraalPy change
1028810288

1028910289
/* This function is called by PyType_Ready() to populate the type's
1029010290
dictionary with method descriptors for function slots. For each

0 commit comments

Comments
 (0)