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, yselivanov
Date 2017-09-08.17:30:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <082ac1a2-cd62-457e-7d98-e3c04385dca3@free.fr>
In-reply-to <1504891678.62.0.721549222518.issue31388@psf.upfronthosting.co.za>
Content
Le 08/09/2017 à 19:27, Nathaniel Smith a écrit :
> 
> This seems a bit pointless if we have context local state available though, because using context local state adds zero overhead to yields, and we yield approximately 10,000,000x more frequently than we receive SIGINT.

But what overhead does context local state add to ceval.c?
Of course, we don't have the answer until Yuri actually submits an
implementation, but I'm not sure it can be as light-weight as currently.
History
Date User Action Args
2017-09-08 17:30:09pitrousetrecipients: + pitrou, gregory.p.smith, ncoghlan, njs, yselivanov
2017-09-08 17:30:09pitroulinkissue31388 messages
2017-09-08 17:30:09pitroucreate