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/cext/PythonCextBuiltins.java
Copy file name to clipboardExpand all lines: graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/capi/transitions/CApiTransitions.java
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -456,10 +456,11 @@ public static int pollReferenceQueue() {
456
456
asserthandleContext.referenceQueuePollActive;
457
457
}
458
458
count++;
459
+
LOGGER.fine(() -> PythonUtils.formatJString("releasing %s, no remaining managed references", entry));
459
460
if (entryinstanceofPythonObjectReferencereference) {
0 commit comments