[Cython] PEP 380 approved: syntax for generator delegation

Vitja Makarov vitja.makarov at gmail.com
Mon Jun 27 22:31:00 CEST 2011


2011/6/27 Stefan Behnel <stefan_ml at behnel.de>:
> Hi,
>
> PEP 380 ("yield from") recently went through the approval gate.
>
> http://www.python.org/dev/peps/pep-0380/
>
> The implementation in CPython isn't rounded up yet and lots of tests are
> missing from the test suite. But it's agreed that it'll make it into 3.3,
> and we should try to support it as well. It's a really nice feature.
>

Wow! Interesting thing.
I think that could be implemented but I think we should try to
optimize cython generators first.


-- 
vitja.


More information about the cython-devel mailing list