[issue23057] asyncio loop on Windows should stop on keyboard interrupt

2014-12-18 Thread STINNER Victor
STINNER Victor added the comment: > Seems to happen on FreeBSD 10.1 as well with 3.4.2 FreeBSD uses a completly different implementation. Please open a new issue, describe your problem and write a script reproducing your issue. -- ___ Python tracker

[issue23057] asyncio loop on Windows should stop on keyboard interrupt

2014-12-18 Thread Kimmo Parviainen-Jalanko
Kimmo Parviainen-Jalanko added the comment: Seems to happen on FreeBSD 10.1 as well with 3.4.2 -- nosy: +Kimmo.Parviainen-Jalanko ___ Python tracker ___ _

[issue23057] asyncio loop on Windows should stop on keyboard interrupt

2014-12-16 Thread STINNER Victor
STINNER Victor added the comment: This issue is specific to Windows. On all others platforms, signal handling is nicely supported. -- components: +Windows nosy: +steve.dower, tim.golden, zach.ware ___ Python tracker

[issue23057] asyncio loop on Windows should stop on keyboard interrupt

2014-12-16 Thread STINNER Victor
STINNER Victor added the comment: Hi, I started to work on this topic a few months ago: https://code.google.com/p/tulip/issues/detail?id=191 I should update my patches. -- ___ Python tracker __

[issue23057] asyncio loop on Windows should stop on keyboard interrupt

2014-12-15 Thread Andrew Svetlov
New submission from Andrew Svetlov: See http://stackoverflow.com/questions/27480967/why-does-the-asyncios-event-loop-suppress-the-keyboardinterrupt-on-windows for details -- components: asyncio messages: 232678 nosy: asvetlov, gvanrossum, haypo, yselivanov priority: normal severity: no