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, eamartin, rhettinger, tim.peters, zach.ware
Date 2021-03-09.02:49:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615258172.49.0.306601490374.issue43198@roundup.psfhosted.org>
In-reply-to
Content
I've had misgivings about this and will revert the change for Python 3.10.  

Usually, it is safe for sets to implement whatever has been battle-tested with dicts, but sets should aspire to do better for alternating deletions and re-additions of the same element, even if that isn't a common case.
History
Date User Action Args
2021-03-09 02:49:32rhettingersetrecipients: + rhettinger, tim.peters, zach.ware, eamartin, Dennis Sweeney
2021-03-09 02:49:32rhettingersetmessageid: <1615258172.49.0.306601490374.issue43198@roundup.psfhosted.org>
2021-03-09 02:49:32rhettingerlinkissue43198 messages
2021-03-09 02:49:32rhettingercreate