[issue22192] dict_values objects are hashable

Ben Roberts report at bugs.python.org
Fri Sep 5 21:47:11 CEST 2014


Ben Roberts added the comment:

Going to close this down - implementing rich comparisons for values() does feel like the correct solution... but I don't think it's possible to implement __eq__ in better than nlogn time (and possibly space).

So nothing can realistically be done, yeah.

----------
resolution:  -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list