Tom Ordonez

Results 1 comments of Tom Ordonez

Tested in Python 3.12.3. It looks like `collections.Mapping` was moved to `collections.abc.Mapping`. The file `frozendict/__init__.py` has to be changed to correct this. The class is defined like this: class frozendict(collections.Mapping)...