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 njs
Recipients gregory.p.smith, ncoghlan, njs, pitrou, yselivanov
Date 2017-09-08.10:05:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504865145.47.0.0238706346651.issue31388@psf.upfronthosting.co.za>
In-reply-to
Content
Yes... low-level routines like coroutine schedulers where you need to defer interrupts inside the scheduler but not inside the coroutines being scheduled. It's not gold plating, it's actually the original motivation :-)

https://vorpus.org/blog/control-c-handling-in-python-and-trio/#how-do-we-know-which-code-should-be-protected
History
Date User Action Args
2017-09-08 10:05:45njssetrecipients: + njs, gregory.p.smith, ncoghlan, pitrou, yselivanov
2017-09-08 10:05:45njssetmessageid: <1504865145.47.0.0238706346651.issue31388@psf.upfronthosting.co.za>
2017-09-08 10:05:45njslinkissue31388 messages
2017-09-08 10:05:45njscreate