[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 rep...@bugs.python.org
http://bugs.python.org/issue23057
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue23057
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue23057
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue23057
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: normal
status: open
title: asyncio loop on Windows should stop on keyboard interrupt
type: behavior
versions: Python 3.4, Python 3.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23057
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com