Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReversible should not be a subclass of Hashable #694
Comments
|
I suspect that whatever the reason, it's in collections.abc, not in the typing module. |
Because, for example, lists are reversible but not hashable. BPO-39046 is the equivalent report for
collections.abc.I discovered this while working on HypothesisWorks/hypothesis#2274