See https://github.com/jupyter/jupyter_client/pull/754. Run this code in Jupyter Lab with a xeus-python (not raw) kernel: ```python import asyncio async def main(): await asyncio.sleep(5) await main() ``` and interrupt the execution before the execution completes. You should see "Kernel Restarting".