Skip to content

Commit afdeda2

Browse files
committed
PythonContext: remove TruffleBoundary around ownsGil
1 parent 38ec9d6 commit afdeda2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonContext.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,6 @@ public PythonNativeWrapper getSingletonNativeWrapper(PythonAbstractObject obj) {
969969
return null;
970970
}
971971

972-
@TruffleBoundary
973972
boolean ownsGil() {
974973
return globalInterpreterLock.isHeldByCurrentThread();
975974
}

0 commit comments

Comments
 (0)