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.
test_xpickle
frozendict
1 parent d1505b5 commit fa73fd4Copy full SHA for fa73fd4
1 file changed
Lib/test/pickletester.py
@@ -3167,6 +3167,7 @@ def test_builtin_types(self):
3167
'bytes': (3, 0),
3168
'BuiltinImporter': (3, 3),
3169
'str': (3, 4), # not interoperable with Python < 3.4
3170
+ 'frozendict': (3, 15),
3171
}
3172
for t in builtins.__dict__.values():
3173
if isinstance(t, type) and not issubclass(t, BaseException):
0 commit comments