[Python-Dev] Should asyncio ignore KeyboardInterrupt?

drekin at gmail.com drekin at gmail.com
Sun Jul 5 12:49:21 CEST 2015


> Once long ago in Internet time (issue 581232) time.sleep on windows was
> not interruptible and this was fixed.  Is it possible the work on EINTR
> has broken that fix?
> 
> (I don't currently have 3.5 installed on windows to test that theory...)

It is no problem to interrupt time.sleep() with Ctrl-C for me (Python 3.5.0b2, Windows Vista x64).

Regards, Adam Bartoš


More information about the Python-Dev mailing list