Skip to content

Commit 4acc34f

Browse files
committed
make PythonObjectFactory#getLanguage public
1 parent 8f9b4d2 commit 4acc34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/object/PythonObjectFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ protected static AllocationReporter getAllocationReporter(ContextReference<Pytho
207207
return contextRef.get().getEnv().lookup(AllocationReporter.class);
208208
}
209209

210-
private PythonLanguage getLanguage() {
210+
public PythonLanguage getLanguage() {
211211
return executeGetLanguage(true, 0.0);
212212
}
213213

0 commit comments

Comments
 (0)