Message 358144 - Python tracker
Message358144
| 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:59 | vstinner | set | recipients: + vstinner, asvetlov, yselivanov, Jonathan Slenders |
| 2019-12-09 21:34:59 | vstinner | set | messageid: <1575927299.65.0.341927118131.issue39010@roundup.psfhosted.org> |
| 2019-12-09 21:34:59 | vstinner | link | issue39010 messages |
| 2019-12-09 21:34:59 | vstinner | create | |