Horacio Hoyos added the comment:
Guess my second attempt didn't work as expected ;-).
I have attached the file now. To run just invoke the script:
$ python3 example.py
s&t did not screen-out general iterables
I would expect to see no output.
--
Added file: http://bugs.python.org/file4
Ned Deily added the comment:
And rather than focusing on what lines of code you believe are missing, please
provide a complete script or lines of Python code with any instructions on how
to run them, the actual output you see when you run it, and what you expect the
output should be. Otherwis
R. David Murray added the comment:
You don't appear to have successfully attached the script. Can you try again
please?
The patching in the issue you point to does not patch __and__, it just sets it
equal to __rand__.
--
nosy: +r.david.murray
___
New submission from Horacio Hoyos:
Hi, attempt 2.
My system is MacOs Yosemite (10.10.5), I have installed Python 3.6.1 downloaded
from the official Python website.
I was having issues while testing a custom Set implementation using the
_collections_abc base MutableSet and found that my issue