Skip to content

Commit 937091e

Browse files
committed
not really sure what to do with PyType_Modified, yet
1 parent 5ebaecb commit 937091e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,3 +421,7 @@ int PyType_Ready(PyTypeObject* cls) {
421421
#undef ADD_SLOT
422422
#undef ADD_METHOD_OR_SLOT
423423
}
424+
425+
void PyType_Modified(PyTypeObject* type) {
426+
// TODO: (tfel) what needs to be done?
427+
}

0 commit comments

Comments
 (0)