SIGN IN SIGN UP

bpo-39010: Fix errors logged on proactor loop restart (#22017)

Stopping and restarting a proactor event loop on windows can lead to
spurious errors logged (ConnectionResetError while reading from the
self pipe). This fixes the issue by ensuring that we don't attempt
to start multiple copies of the self-pipe reading loop.
B
Ben Darnell committed
ea5a6363c3f8cc90b7c0cc573922b10f296073b6
Parent: c3a651a
Committed by GitHub <noreply@github.com> on 8/31/2020, 7:57:52 PM