Skip to content

Commit 415c077

Browse files
committed
Refactor 'structseq.c'.
1 parent 0d6ccad commit 415c077

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.cext/src

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040

4141
/* StructSequences */
4242
PyObject* PyStructSequence_New(PyTypeObject* o) {
43-
return truffle_invoke(PY_TRUFFLE_CEXT, "PyStructSequence_New", to_java_type(o));
43+
return UPCALL_CEXT_O("PyStructSequence_New", native_to_java(o));
4444
}

0 commit comments

Comments
 (0)