You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/hpy/GraalHPyContext.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -927,14 +927,15 @@ public void run() {
927
927
* thread).
928
928
*/
929
929
GraalHPyHandleReferencerefList;
930
+
intretries = 0;
930
931
do {
931
932
/*
932
933
* If 'refList' is null then the main is currently updating it. So, we need
933
934
* to repeat until we get something. The written empty list will just be
0 commit comments