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/modules/WeakRefModuleBuiltins.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ public void postInitialize(PythonCore core) {
114
114
try {
115
115
reference = weakRefQueue.remove();
116
116
} catch (InterruptedExceptione) {
117
+
Thread.currentThread().interrupt();
117
118
}
118
119
if (referenceinstanceofPReferenceType.WeakRefStorage) {
0 commit comments