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

Serhiy Storchaka report at bugs.python.org
Sun Dec 18 11:37:47 EST 2016


Serhiy Storchaka added the comment:

(S3) is a side effect of implementing __eq__ in dict_keys and dict_items. Since __eq__ is not implemented in dict_values, __hash__ is inherited from object.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list