LGTM -- you can commit the proactor.patch yourself! (Or if you don't want to, let me know and I'll do it.)
On Fri, Jan 10, 2014 at 12:26 AM, Victor Stinner <[email protected]> wrote: > 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 -- --Guido van Rossum (python.org/~guido)
