Skip to content

Commit 02dd473

Browse files
committed
add missing ret
1 parent 8305e3e commit 02dd473

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ visit_strong_reachable(PyObject *op, void *unused)
589589
_PyObject_GC_TRACK(op);
590590
}
591591
GraalPyTruffle_NotifyRefCount(op, Py_REFCNT(op));
592+
return 0;
592593
}
593594

594595
/* Performs an upcall to test if the given object is referenced from managed

0 commit comments

Comments
 (0)