Skip to content

Commit be8ca99

Browse files
committed
add missing export library
1 parent d9da06b commit be8ca99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/DynamicObjectNativeWrapper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,7 @@ static boolean isModifiableCached(PythonObjectNativeWrapper receiver, String nam
14601460
}
14611461
}
14621462

1463+
@ExportLibrary(InteropLibrary.class)
14631464
public static final class PrimitiveNativeWrapper extends DynamicObjectNativeWrapper {
14641465

14651466
public static final byte PRIMITIVE_STATE_BOOL = 1;

0 commit comments

Comments
 (0)