[Python-Dev] Should asyncio ignore KeyboardInterrupt?
Terry Reedy
tjreedy at udel.edu
Sat Jul 4 22:23:38 CEST 2015
On 7/4/2015 4:06 PM, Andrew Svetlov wrote:
> I believe it's a bug #23057 http://bugs.python.org/issue23057
>
> On Sat, Jul 4, 2015 at 10:58 PM, Guido van Rossum <guido at python.org> wrote:
>> It's possible, but AFAIK asyncio.sleep() has nothing in common with
>> time.sleep() -- it's implemented as a timeout on select() or on the IOCP
>> loop. (I also have no access to Windows ATM.)
Thanks all. I replied back to OP on python-list.
--
Terry Jan Reedy
More information about the Python-Dev
mailing list