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 terry.reedy
Recipients gslavin, ncoghlan, rhettinger, steven.daprano, terry.reedy, vstinner, wim.glenn
Date 2016-09-21.21:42:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474494159.66.0.255503410234.issue26351@psf.upfronthosting.co.za>
In-reply-to
Content
The request is to check 'occasionally'.  To me this means perhaps once a second, which is to say, ^c should generally interrupt within a second, and on average with half a second.  The following takes just under a second: "sum(i for i in range(10000000))" whereas "for i in range(10000000): pass" takes a fourth of that.
History
Date User Action Args
2016-09-21 21:42:39terry.reedysetrecipients: + terry.reedy, rhettinger, ncoghlan, vstinner, steven.daprano, wim.glenn, gslavin
2016-09-21 21:42:39terry.reedysetmessageid: <1474494159.66.0.255503410234.issue26351@psf.upfronthosting.co.za>
2016-09-21 21:42:39terry.reedylinkissue26351 messages
2016-09-21 21:42:39terry.reedycreate