[issue30146] Fix for issue 8743 not available in python MacOS 3.6.1

2017-04-23 Thread Horacio Hoyos
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 did not screen-out general iterables I would expect to see no output. -- Added file:

[issue30146] Fix for issue 8743 not available in python MacOS 3.6.1

2017-04-23 Thread Ned Deily
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.

[issue30146] Fix for issue 8743 not available in python MacOS 3.6.1

2017-04-23 Thread R. David Murray
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 ___

[issue30146] Fix for issue 8743 not available in python MacOS 3.6.1

2017-04-23 Thread Horacio Hoyos
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