2011/1/7 Stefan Behnel <stefan...@behnel.de>: > Robert Bradshaw, 07.01.2011 19:17: >> On Fri, Jan 7, 2011 at 4:27 AM, Vitja Makarov wrote: >>> I've added GenerartorDefNode and GeneratorBodyDefNode now all the >>> generators stuff is handled there. >> >> Yay! I'm pretty busy this weekend, but have been following your branch >> from a distance and so reviewing this shouldn't take too long. I'm >> thinking we should get a 0.14.1 bug fix out ASAP (e.g. once those >> Windows and type inference bugs are in) and then 0.15 will follow with >> generators. > > Absolutely. I should find some time for a review early next week, but more > eyes are always better. >
I've added some new things: - return with no value inside generator - nested yields (yield (yield (yield))) - yield inside lambda (strange thing btw), was used in test_collections - genexpr support, inlining is now disabled Now I'm thinking how to enable genexpr inlining. -- vitja. _______________________________________________ Cython-dev mailing list Cython-dev@codespeak.net http://codespeak.net/mailman/listinfo/cython-dev