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 a12bbdc commit 5f85b39Copy full SHA for 5f85b39
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/object/PythonObject.java
@@ -51,6 +51,7 @@ public class PythonObject extends PythonAbstractObject {
51
protected final PythonClass pythonClass;
52
@CompilationFinal protected DynamicObject storage;
53
private PDict dict;
54
+
55
public PythonObject(PythonClass pythonClass) {
56
if (pythonClass == null) {
57
CompilerDirectives.transferToInterpreter();
0 commit comments