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 0d6ccad commit 415c077Copy full SHA for 415c077
graalpython/com.oracle.graal.python.cext/src/structseq.c
@@ -40,5 +40,5 @@
40
41
/* StructSequences */
42
PyObject* PyStructSequence_New(PyTypeObject* o) {
43
- return truffle_invoke(PY_TRUFFLE_CEXT, "PyStructSequence_New", to_java_type(o));
+ return UPCALL_CEXT_O("PyStructSequence_New", native_to_java(o));
44
}
0 commit comments