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 2f8fae4 commit 318d3cfCopy full SHA for 318d3cf
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/BuiltinFunctions.java
@@ -1089,14 +1089,6 @@ private Object[] getArray(PTuple tuple) {
1089
}
1090
return getObjectArrayNode.execute(tuple);
1091
1092
-
1093
- private PythonLanguage getPythonLanguage() {
1094
- if (languageRef == null) {
1095
- CompilerDirectives.transferToInterpreterAndInvalidate();
1096
- languageRef = lookupLanguageReference(PythonLanguage.class);
1097
- }
1098
- return languageRef.get();
1099
1100
1101
1102
// issubclass(class, classinfo)
0 commit comments