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 pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2015-03-27.07:37:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427441866.46.0.858305144252.issue23290@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch addresses Victor's comment. Thank you for your review Victor.

> Is msg234811 the result of set_faster_copy_3.patch?

Yes, it is. There are tests for sets with small and large number of hash conflicts, with and without dummy objects. The patch affects many operations that implicitly makes a copy, for example set1 | set2, set1 & set2, set1 - set2.
History
Date User Action Args
2015-03-27 07:37:46serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, vstinner
2015-03-27 07:37:46serhiy.storchakasetmessageid: <1427441866.46.0.858305144252.issue23290@psf.upfronthosting.co.za>
2015-03-27 07:37:46serhiy.storchakalinkissue23290 messages
2015-03-27 07:37:46serhiy.storchakacreate