Closed as not planned
Description
Closing because this repo is abandoned in favor of https://github.com/Marco-Sulla/python-frozendict
Hi! FYI, the following line is emitting deprecation warnings, and will break on Python 3.8:
python-frozendict/frozendict/__init__.py
Line 16 in c5d16ba
That's because all of the abstract base classes have been moved from collections
in Python 2, to collections.abc
in Python 3. The warning was added in python/cpython#5460. Could you try to import from collections.abc
and fall back to the existing style?
Metadata
Metadata
Assignees
Labels
No labels