[issue39010] ProactorEventLoop raises unhandled ConnectionResetError

Jonathan Slenders report at bugs.python.org
Mon Dec 9 15:57:39 EST 2019


Jonathan Slenders <jonathan.slenders at gmail.com> added the comment:

Suppressing `ConnectionResetError` in `BaseProactorEventLoop._loop_self_reading`, like we do with `CancelledError` seems to fix it.

Although I'm not sure what it causing the error, and whether we need to handle it somehow.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39010>
_______________________________________


More information about the Python-bugs-list mailing list