[issue26509] spurious ConnectionAbortedError logged on Windows

STINNER Victor report at bugs.python.org
Fri Mar 11 17:46:32 EST 2016


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_error() uses the check:

    isinstance(exc, OSError and exc.errno == errno.EIO

It doesn't use _FATAL_ERROR_IGNORE.

----------
Added file: http://bugs.python.org/file42138/fatal_error_ignore-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26509>
_______________________________________


More information about the Python-bugs-list mailing list