[issue39010] ProactorEventLoop raises unhandled ConnectionResetError

STINNER Victor report at bugs.python.org
Mon Dec 9 16:34:59 EST 2019


STINNER Victor <vstinner at python.org> added the comment:

ConnectionResetError means that the pipe socket is closed. Was the event loop closed? Can you provide a reproducer? Can you try to get debug logs to see what's going on?
https://docs.python.org/dev/library/asyncio-dev.html#debug-mode

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list