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 gregory.p.smith, ncoghlan, njs, pitrou
Date 2017-09-07.20:46:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504817181.32.0.435588596986.issue31388@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it could also be done as a temporary global block on all signal and pending call processing, not just on SIGINT specifically.

Either way, I'll also note that this can be a no-op in any thread other than the main thread, as those already delegate signal handling to the main thread.
History
Date User Action Args
2017-09-07 20:46:21ncoghlansetrecipients: + ncoghlan, gregory.p.smith, pitrou, njs
2017-09-07 20:46:21ncoghlansetmessageid: <1504817181.32.0.435588596986.issue31388@psf.upfronthosting.co.za>
2017-09-07 20:46:21ncoghlanlinkissue31388 messages
2017-09-07 20:46:21ncoghlancreate