On Apr 21, 2009, at 2:23 AM, Stefan Behnel wrote: >> Should I make a closure branch on the site? > > You'd create it from cython-unstable, I assume. Given that the current > development works reasonably well with two branches (pull-direction > unstable<-devel), I doubt that a third "closures" branch (pull- > direction > closures<-unstable) would add any major additional overhead, while > still > allowing us to finish up and release 0.12 from cython-unstable when > it's > time.
See http://hg.cython.org/cython-closures/ . I found some old stuff I did, remembered why it didn't work (but there was some useful stuff in there) and hacked on it a bit more. The tests at http://hg.cython.org/cython-closures/file/c4ee199f08a2/tests/run/ closures_T82.pyx pass. Before you get your hopes up too much, I want to add a big disclaimer that though I tried to be careful, this is very first- draft code and there are bound to be issues (e.g. I think I've run into some with respect to Python arguments). - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
