bpo-23846: Fix ProactorEventLoop._write_to_self() (GH-11566)
asyncio.ProactorEventLoop now catchs and logs send errors when the self-pipe is full: BaseProactorEventLoop._write_to_self() now catchs and logs OSError exceptions, as done by BaseSelectorEventLoop._write_to_self().
V
Victor Stinner committed
c9f872b0bdce5888f1879fa74e098bf4a05430c5
Parent: 3607ef4
Committed by GitHub <noreply@github.com>
on 1/15/2019, 12:58:38 PM