[Python-Dev] PEP 380 (yield from a subgenerator) comments

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Mar 27 06:00:29 CET 2009


P.J. Eby wrote:

> And they *still* wouldn't be able to do away with their trampolines -- 

It's not really about doing away with trampolines anyway.
You still need at least one trampoline-like thing at the
top. What you do away with is the need for creating
special objects to yield, and the attendant syntactic
clumisiness and inefficiencies.

-- 
Greg


More information about the Python-Dev mailing list