This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients rthr, yselivanov
Date 2017-06-15.16:01:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443B56C-CCE9-4EA8-83CD-CD800FF69FD5@gmail.com>
In-reply-to <1497540448.31.0.823018030843.issue30679@psf.upfronthosting.co.za>
Content
Yes, this is a known limitation of asyncio -- keyboardinterrupt exceptions kills the loop rather abruptly. One way to handle this is to use 'signal.signal' for sigint to raise custom exception instead of keyboardinterrupt.
History
Date User Action Args
2017-06-15 16:01:23yselivanovsetrecipients: + yselivanov, rthr
2017-06-15 16:01:23yselivanovlinkissue30679 messages
2017-06-15 16:01:22yselivanovcreate