mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
c9f872b0bd
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().