Why does the asyncio's event loop suppress the KeyboardInterrupt on Windows?

前端 未结 3 463
醉话见心
醉话见心 2020-12-03 04:49

I have this really small test program which does nothing apart from a executing an asyncio event loop:

import asyncio
asyncio.get_event_loop().r         


        
3条回答
提交回复
热议问题