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/capi/CApiContext.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -350,6 +350,8 @@ public PrimitiveNativeWrapper getCachedPrimitiveNativeWrapper(long l) {
350
350
*/
351
351
ObjectgetOrCreateSmallInts() {
352
352
CompilerAsserts.neverPartOfCompilation();
353
+
// TODO(fa): this should not require the GIL (GR-51314)
0 commit comments