yaml/pyyaml

Collections Deprecation Warning

Closed this issue · 4 comments

Warning
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/yaml/constructor.py:126: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working

Offending Code
In constructor.py , line 126:
if not isinstance(key, collections.Hashable):

Relevant PR : #212

Thanks

Relevant PR : #212

Thanks

And also #181 ... I guess everyone coming to this issue wants to report it. It's good ;)

Why isn't this fixed yet?

Fixed by #181