We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfddc6 commit 75d95f3Copy full SHA for 75d95f3
graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/interop/JavaInteropTest.java
@@ -455,7 +455,7 @@ static class OptionsChecker {
455
private Builder builder;
456
457
OptionsChecker(String option, String code, String... values) {
458
- this.builder = Context.newBuilder("python").engine(engine);
+ this.builder = Context.newBuilder("python").engine(engine).allowAllAccess(true);
459
this.option = "python." + option;
460
this.source = Source.create("python", code);
461
this.values = values;
0 commit comments