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 8f9b4d2 commit 4acc34fCopy full SHA for 4acc34f
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/object/PythonObjectFactory.java
@@ -207,7 +207,7 @@ protected static AllocationReporter getAllocationReporter(ContextReference<Pytho
207
return contextRef.get().getEnv().lookup(AllocationReporter.class);
208
}
209
210
- private PythonLanguage getLanguage() {
+ public PythonLanguage getLanguage() {
211
return executeGetLanguage(true, 0.0);
212
213
0 commit comments