[issue22192] dict_values objects are hashable

Serhiy Storchaka report at bugs.python.org
Fri Aug 15 20:24:28 CEST 2014


Serhiy Storchaka added the comment:

> I think just a a.keys() == set(a.keys()), a.values() should be ==
> set(a.values()).

Every element of a.keys() is hashable and unique. a.values() can contain non-
hashable repeated elements.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22192>
_______________________________________


More information about the Python-bugs-list mailing list