mirror of
https://github.com/python/cpython.git
synced 2026-02-22 07:00:51 +00:00
gh-141510: Update test_xpickle for frozendict (#144927)
This commit is contained in:
parent
d1505b543a
commit
fa73fd473f
1 changed files with 1 additions and 0 deletions
|
|
@ -3167,6 +3167,7 @@ def test_builtin_types(self):
|
|||
'bytes': (3, 0),
|
||||
'BuiltinImporter': (3, 3),
|
||||
'str': (3, 4), # not interoperable with Python < 3.4
|
||||
'frozendict': (3, 15),
|
||||
}
|
||||
for t in builtins.__dict__.values():
|
||||
if isinstance(t, type) and not issubclass(t, BaseException):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue