Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Runpython_d.exe -m test test_asyncio -m test_drain_raises -F on Windows. The test eventually fails after some repetitions.
The problem is that_call_connection_lost can be called multiple times, even after the socket by the proactortransport is closed. So it's callingclose() on something that is already set toNone.
I have a PR to fix it.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done
Status
Done