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 ncoghlan
Recipients giampaolo.rodola, gregory.p.smith, ncoghlan, njs, vstinner, yselivanov
Date 2017-09-08.01:04:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504832675.74.0.842916825824.issue31387@psf.upfronthosting.co.za>
In-reply-to
Content
Issue 31388 is also potentially relevant here, as registering a signal handler for SIGINT isn't sufficient to cover all potential cases were Py_AddPendingCall gets called. In particular, the tests for issue 29988 use Py_AddPendingCall to emulate Ctrl-C, rather than relying on SIGINT actually being raised.
History
Date User Action Args
2017-09-08 01:04:35ncoghlansetrecipients: + ncoghlan, gregory.p.smith, vstinner, giampaolo.rodola, njs, yselivanov
2017-09-08 01:04:35ncoghlansetmessageid: <1504832675.74.0.842916825824.issue31387@psf.upfronthosting.co.za>
2017-09-08 01:04:35ncoghlanlinkissue31387 messages
2017-09-08 01:04:35ncoghlancreate