SIGN IN SIGN UP

asyncio: Enhance BaseProactorEventLoop._loop_self_reading()

* Handle correctly CancelledError: just exit
* On error, log the exception and exit

Don't try to close the event loop, it is probably running and so it cannot be
closed.
V
Victor Stinner committed
cd0f7f9832e6aa8363f85152810738111b9a181d
Parent: b5684c4