Message 337688 - Python tracker (original) (raw)
This happens with Python from git master (d9bd8ec2a4):
>>> from collections import Hashable
<stdin>:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
I was already already using Python 3.8, so I expected the import to fail, as promised in the warning message.