This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jonathan Slenders
Recipients Jonathan Slenders, asvetlov, vstinner, yselivanov
Date 2019-12-10.16:18:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575994703.62.0.321808538373.issue39010@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-12-10 16:18:23Jonathan Slenderssetrecipients: + Jonathan Slenders, vstinner, asvetlov, yselivanov
2019-12-10 16:18:23Jonathan Slenderssetmessageid: <1575994703.62.0.321808538373.issue39010@roundup.psfhosted.org>
2019-12-10 16:18:23Jonathan Slenderslinkissue39010 messages
2019-12-10 16:18:23Jonathan Slenderscreate