Hi Leon, > I have been following the dev mailing list and got the impression that > closure will likely to be merged to the next release. Is it still the > case? If this is the case, what branch should I pull to test-run the > closure code? I have some mount of code that make heavy use of > itertools and would like to test the new features against my code. >
The plan is still to include closures in 0.13 -- it's currently long-delayed, but it will happen. I'm the release manager, but I've been horribly busy with the rest of life. In the interim, you can just clone the closures branch: http://hg.cython.org/cython-closures/ which also has the most recent cython-devel merged, too. Give it a go, and definitely let us know if you run into any troubles. Warning: closures are supported, but generators/yield are still not, unless Stefan's been doing more than I think. ;) -cc _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
