diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-01-21 23:38:37 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-01-21 23:38:37 +0100 |
commit | 3b3d337b9cca4b40da9efe590abf30787e8bb815 (patch) | |
tree | 6c7a14c4af544f2b1211a4f602a96409d1b4d1f1 /Python/pythonrun.c | |
parent | 8dce4fa6cc01392fce057de36ef5ded120318022 (diff) | |
download | cpython-3b3d337b9cca4b40da9efe590abf30787e8bb815.tar.gz |
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions