harlowja / fasteners

A python package that provides useful locks.
Apache License 2.0
246 stars 45 forks source link

Please make the code compatible with Python3.8 #38

Closed MeggyCal closed 3 years ago

MeggyCal commented 5 years ago

I mean: /usr/lib/python3.7/site-packages/unittest2/compatibility.py:143 /usr/lib/python3.7/site-packages/unittest2/compatibility.py:143: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working class ChainMap(collections.MutableMapping):

Thank you very much :) .

psarka commented 3 years ago

Something got mixed up here, we do not import any ABCs from anywhere, and the code runs fine on python 3.8. I'll close this then, please reopen if I'm mistaken.