[Python-Dev] problem with recursive "yield from" delegation

Benjamin Peterson benjamin at python.org
Thu Mar 8 21:36:06 CET 2012


2012/3/8 Stefan Behnel <stefan_ml at behnel.de>:
> Would that be acceptable for CPython as well or would you prefer full
> fledged normalisation?

I think we have to normalize for correctness. Consider that it may be
some StopIteration subclass which set "value" on construction.


-- 
Regards,
Benjamin


More information about the Python-Dev mailing list