2014/1/10 Victor Stinner <[email protected]>: > 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 testsed CPython 3.4: if you run test_asyncio in verbose module, we will see a lot of "Future/Task exception was never retrieved: (...) ConnectionAbortedError: (...)". Victor
