This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients arigo, brett.cannon, gregory.p.smith, larry, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-12-18.16:37:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
(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.
History
Date User Action Args
2016-12-18 16:37:47serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, arigo, rhettinger, gregory.p.smith, vstinner, larry, yselivanov
2016-12-18 16:37:47serhiy.storchakasetmessageid: <[email protected]>
2016-12-18 16:37:47serhiy.storchakalinkissue28885 messages
2016-12-18 16:37:47serhiy.storchakacreate