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 872ec77 commit 0c611f6Copy full SHA for 0c611f6
graalpython/com.oracle.graal.python.cext/src/capi.c
@@ -264,7 +264,7 @@ PyObject* to_sulong(void *o) {
264
265
/** to be used from Java code only; reads native 'ob_type' field */
266
PyTypeObject* get_ob_type(PyObject* obj) {
267
- return polyglot_from__typeobject(native_type_to_java(obj->ob_type));
+ return native_type_to_java(obj->ob_type);
268
}
269
270
/** to be used from Java code only; reads native 'tp_dict' field */
0 commit comments