Alexandre Vassalotti <alexan...@peadrop.com> added the comment:

I found the issue. The view types didn't have Py_TPFLAGS_CHECKTYPES set, so the 
types were using the old-style binary operators.

Here's a patch that fixes the issue. Please review.

----------
Added file: http://bugs.python.org/file16966/fix_dictviews_set_operations.diff

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

Reply via email to