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 <[email protected]>
<http://bugs.python.org/issue26509>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com