Hi, 2014/1/9 Guido van Rossum <[email protected]>: > That looks fine to me. Could you also contribute a test (since you > seem to have reproduced the issue)?
I don't see how to write a test because issues are warnings, not directly test failures. I wrote a patch fixing all issues I saw on Windows using Trollius: http://code.google.com/p/tulip/issues/detail?id=102 Sorry, I don't have time right now to test my patch written for Tulip. All unit tests of Trollius now pass on Windows with Python 3.2! With Python 2.7, there are just two minor failures (test_repr of test_queues). Victor
