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 a8f4139 commit f6b236bCopy full SHA for f6b236b
Lib/test/test_functools.py
@@ -62,7 +62,7 @@ class BadTuple(tuple):
62
def __add__(self, other):
63
return list(self) + list(other)
64
65
-class MyDict(frozendict):
+class MyDict(dict):
66
pass
67
68
class MyFrozenDict(frozendict):
0 commit comments