PyMemoize icon indicating copy to clipboard operation
PyMemoize copied to clipboard

Importing ABC directly from collections was deprecated and will be removed in Python 3.10. Use collections.abc

Open tirkarthi opened this issue 4 years ago • 1 comments

memoize/options.py
2:from collections import Callable

tirkarthi avatar May 01 '20 05:05 tirkarthi

UPDATE:

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working

antooro avatar Dec 09 '20 13:12 antooro