[Python-Dev] PEP 492: What is the real goal?

Guido van Rossum guido at python.org
Fri May 1 22:10:01 CEST 2015


On Fri, May 1, 2015 at 12:48 PM, Jim J. Jewett <jimjjewett at gmail.com> wrote:

> If there are more tasks than executors, yield is a way to release your
> current executor and go to the back of the line.  I'm pretty sure I
> saw several examples of that style back when coroutines were first
> discussed.
>

Could you dig up the actual references? It seems rather odd to me to mix
coroutines and threads this way.

-- 
--Guido van Rossum (python.org/~guido)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20150501/5af39cbe/attachment.html>


More information about the Python-Dev mailing list