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 7a90ee4 commit 778b2c9Copy full SHA for 778b2c9
graalpython/com.oracle.graal.python.cext/src/methodobject.c
@@ -52,6 +52,6 @@ PyObject* PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module) {
52
get_method_flags_cwrapper(ml->ml_flags),
53
get_method_flags_wrapper(ml->ml_flags),
54
self,
55
- module,
+ native_to_java(module),
56
polyglot_from_string((const char*)(ml->ml_doc ? ml->ml_doc : ""), SRC_CS)));
57
}
0 commit comments