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.09:57:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <018e8055-88cc-d11d-845a-796858cd8353@free.fr>
In-reply-to <1504835686.33.0.334958336143.issue31388@psf.upfronthosting.co.za>
Content
Le 08/09/2017 à 03:54, Nathaniel Smith a écrit :
> 
> The main feature we would like is for it to automatically vary depending on the execution context -- in particular, naively sticking it into a thread-local won't work, because if you use send/throw/next to switch contexts you want that to switch the deferred state as well.

Perhaps you are gold-plating this too much.  This is primitive for a
couple low-level routine writers, not for the average developer.
History
Date User Action Args
2017-09-08 09:57:37pitrousetrecipients: + pitrou, gregory.p.smith, ncoghlan, njs, yselivanov
2017-09-08 09:57:37pitroulinkissue31388 messages
2017-09-08 09:57:37pitroucreate