[issue8743] set() operators don't work with collections.Set instances

Nick Coghlan report at bugs.python.org
Sun Feb 2 09:12:57 CET 2014


Nick Coghlan added the comment:

I initially missed Mark's suggestion above to avoid the recursive subtraction operation in __rsub__. v2 of my patch includes that tweak.

----------
Added file: http://bugs.python.org/file33864/issue8743-set-ABC-interoperability_v2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8743>
_______________________________________


More information about the Python-bugs-list mailing list