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 64c88b9 commit b7191a8Copy full SHA for b7191a8
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/object/GetClassNode.java
@@ -215,8 +215,8 @@ protected static boolean hasInitialClass(Shape shape) {
215
}
216
217
@Specialization
218
- static Object getPBCT(@SuppressWarnings("unused") PythonBuiltinClassType object) {
219
- return PythonBuiltinClassType.PythonClass;
+ static Object getPBCT(PythonBuiltinClassType object) {
+ return object.getType();
220
221
222
0 commit comments