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 steven.daprano
Recipients steven.daprano
Date 2016-02-12.17:47:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455299252.18.0.421982887455.issue26351@psf.upfronthosting.co.za>
In-reply-to
Content
There are a few operations such as summing or unpacking infinite iterators where the interpreter can become unresponsive and ignore Ctrl-C KeyboardInterrupt. Guido suggests that such places should occasionally check for signals:

https://mail.python.org/pipermail/python-ideas/2016-February/038426.html
History
Date User Action Args
2016-02-12 17:47:32steven.dapranosetrecipients: + steven.daprano
2016-02-12 17:47:32steven.dapranosetmessageid: <1455299252.18.0.421982887455.issue26351@psf.upfronthosting.co.za>
2016-02-12 17:47:32steven.dapranolinkissue26351 messages
2016-02-12 17:47:31steven.dapranocreate