[issue39010] ProactorEventLoop raises unhandled ConnectionResetError

Jonathan Slenders report at bugs.python.org
Tue Dec 10 11:18:23 EST 2019


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

Thanks Victor for the reply.

It looks like it's the self-socket in the BaseProactorEventLoop that gets closed. It's exactly this FD for which the exception is raised.

We don't close the event loop anywhere. I also don't see `_close_self_pipe` being called anywhere.

Debug logs don't provide any help. I'm looking into a reproducer.

----------

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


More information about the Python-bugs-list mailing list