[Python-ideas] PEP on yield-from: throw example

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Feb 19 22:12:52 CET 2009


Bruce Frederiksen wrote:
> I would propose 
> that the builtins take optional pipe arguments that would default to the 
> current thread's pipein/pipeout.  I would also propose that each thread 
> be allowed multiple input and/or output pipes...

All this is higher-level stuff that can be built on the
primitive operation of yielding. For instance it could
easily be added to the scheduling library I'm about
to post (I tried to post it yesterday, but it bounced).

-- 
Greg



More information about the Python-ideas mailing list