Serhiy Storchaka added the comment:

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.

----------
Added file: http://bugs.python.org/file38706/set_faster_copy_4.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23290>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to