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 rhettinger
Recipients Dennis Sweeney, rhettinger, serhiy.storchaka
Date 2020-06-09.20:31:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591734710.12.0.745929554651.issue40889@roundup.psfhosted.org>
In-reply-to
Content
To my eyes, the patch looks somewhat tame.  It is readable enough and doesn't do anything tricky.

The set object implementation aimed to never recompute the hash when it was already known.  It is reasonable that other set-like operations share that aspiration.
History
Date User Action Args
2020-06-09 20:31:50rhettingersetrecipients: + rhettinger, serhiy.storchaka, Dennis Sweeney
2020-06-09 20:31:50rhettingersetmessageid: <1591734710.12.0.745929554651.issue40889@roundup.psfhosted.org>
2020-06-09 20:31:50rhettingerlinkissue40889 messages
2020-06-09 20:31:50rhettingercreate