[issue28885] Python 3.5.2 strange-behavior issues (from PyPy)

Armin Rigo report at bugs.python.org
Tue Dec 6 07:03:26 EST 2016


Armin Rigo added the comment:

(S3) hash({}.values()) works (but hash({}.keys()) correctly gives
  TypeError).  That's a bit confusing and, as far as I can tell, always
  pointless.  Also, related: d.keys()==d.keys() but
  d.values()!=d.values().

----------

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


More information about the Python-bugs-list mailing list