<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 3, 2015 at 7:38 PM, Adam Bartoš <span dir="ltr"><<a href="mailto:drekin@gmail.com" target="_blank">drekin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Ian Kelly:<span class=""><br><br>>> 2) In the blocked situaction even KeyboardInterrupt doesn't break the loop,<br>>> is that desired behavior? And why?<br>><br></span>> I don't think so. When I tried this locally (using Python 3.4.0, so<br>> replacing "async def" with "def" and "await" with "yield from" and<br>> "loop.create_task" with "asyncio.async") pressing Ctrl-C did interrupt<br>> the loop.<br>><br></div>Ok, I'll try to get more information and I'll eventually raise an issue.</div></div></div></blockquote><div><br></div><div> I tried it on Python 3.4.1 and Ctrl-C doesn't interrupt the loop. Maybe it has something to do with the fact I'm on Windows.<br><br></div></div></div></div>