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 vstinner
Recipients Jonathan Slenders, asvetlov, vstinner, yselivanov
Date 2019-12-09.21:34:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575927299.65.0.341927118131.issue39010@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-12-09 21:34:59vstinnersetrecipients: + vstinner, asvetlov, yselivanov, Jonathan Slenders
2019-12-09 21:34:59vstinnersetmessageid: <1575927299.65.0.341927118131.issue39010@roundup.psfhosted.org>
2019-12-09 21:34:59vstinnerlinkissue39010 messages
2019-12-09 21:34:59vstinnercreate