gh-141510: Update test_xpickle for frozendict (#144927)

This commit is contained in:
Stan Ulbrych 2026-02-17 20:26:29 +00:00 committed by GitHub
parent d1505b543a
commit fa73fd473f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):