During an interactive session where I am variously running computations and plotting things, when I try to keyboard interrupt a running computation, Python apparently ...
What did you expect to see? Clean shutdown of the server. What did you see instead? This raises an asyncio.CancelledError exception in AioServer._serving_task_crash ...