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 pitrou
Recipients gregory.p.smith, ncoghlan, njs, pitrou
Date 2017-09-07.20:28:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504816084.53.0.0950222419824.issue31388@psf.upfronthosting.co.za>
In-reply-to
Content
I think SIGINT handling is the wrong level to do this.  Instead, it should be done at the ceval level, at the point where the "eval breaker" flag is examined for any interruption request to the normal sequential flow of execution.
History
Date User Action Args
2017-09-07 20:28:04pitrousetrecipients: + pitrou, gregory.p.smith, ncoghlan, njs
2017-09-07 20:28:04pitrousetmessageid: <1504816084.53.0.0950222419824.issue31388@psf.upfronthosting.co.za>
2017-09-07 20:28:04pitroulinkissue31388 messages
2017-09-07 20:28:04pitroucreate