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 fdae77d commit 9b80551Copy full SHA for 9b80551
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/dict/PDefaultDict.java
@@ -46,7 +46,7 @@
46
import com.oracle.truffle.api.CompilerAsserts;
47
import com.oracle.truffle.api.object.Shape;
48
49
-public class PDefaultDict extends PDict {
+public final class PDefaultDict extends PDict {
50
private Object defaultFactory;
51
52
public PDefaultDict(PythonLanguage lang, Object defaultFactory) {
0 commit comments