[issue26509] spurious ConnectionAbortedError logged on Windows

2016-03-30 Thread Sebastien Bourdeauducq
Sebastien Bourdeauducq added the comment: Can someone please commit the patch? -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue26509] spurious ConnectionAbortedError logged on Windows

2016-03-14 Thread Sebastien Bourdeauducq
Sebastien Bourdeauducq added the comment: Tested it, that works, thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue26509] spurious ConnectionAbortedError logged on Windows

2016-03-11 Thread STINNER Victor
STINNER Victor added the comment: > Your patch seems to miss the ``_fatal_error`` method in > ``proactor_events.py`` (which is actually where the bug happens in my > application - it's using ``ProactorEventLoop``). Oops :-) What a shame. It's now fixed. Note: _UnixReadPipeTransport._fatal_err

[issue26509] spurious ConnectionAbortedError logged on Windows

2016-03-09 Thread Sebastien Bourdeauducq
Sebastien Bourdeauducq added the comment: Your patch seems to miss the ``_fatal_error`` method in ``proactor_events.py`` (which is actually where the bug happens in my application - it's using ``ProactorEventLoop``). -- ___ Python tracker

[issue26509] spurious ConnectionAbortedError logged on Windows

2016-03-08 Thread STINNER Victor
STINNER Victor added the comment: Attached patch fixes the issue. -- keywords: +patch Added file: http://bugs.python.org/file42090/fatal_error_ignore.patch ___ Python tracker ___

[issue26509] spurious ConnectionAbortedError logged on Windows

2016-03-07 Thread Sebastien Bourdeauducq
New submission from Sebastien Bourdeauducq: https://github.com/python/asyncio/issues/319 On Windows, asyncio servers sometimes print such log messages when clients disconnect: ``` ERROR:master:asyncio:Fatal write error on pipe transport protocol: transport: <_ProactorSocketTransport fd=756> T