[Python-Dev] Python Test suite hangining

2018-03-04 Thread TonyFlury via Python-Dev
All, Sorry to trouble you allĀ  - but I am trying to get the Python 3.8 test suite running on Ubuntu 16.0.4. As per the dev guide - having cloned the repo and run the build I am running the test suite by : ./python -m test -j1 This runs through to test 414/415 - and then start getting this messag

[Python-Dev] Issue 32933

2018-03-03 Thread TonyFlury via Python-Dev
I mentioned when I raised issue 32933 (mock_open doesn't support dunder iter protocol) that I have a one line fix for the issue. Who should I send this detail too ? Obviously it will need test cases too - I wrote a single very simple one just to prove to myself it worked - but it isn't complete