2010/12/31 Robert Bradshaw <rober...@math.washington.edu>: > On Thu, Dec 30, 2010 at 10:05 AM, Stefan Behnel <stefan...@behnel.de> wrote: >> Vitja Makarov, 30.12.2010 18:53: >>> Why did you reverted decorators stuff? >>> >>> https://github.com/vitek/cython/commit/e0d366d9409680849e6f429992ac9724e2ad1016 >> >> Because I didn't get it finished, it broke the Sage build and cython-devel >> should stay cleanly working before the release. > > +1 > >> I added a link to the build >> failure log to the trac ticket but didn't even manage to come up with a >> suitable test case before I had to stop working on it. >> >> What I implemented so far works in most cases but there are issues with >> functions at the module scope. I didn't check the history but I think I >> recall from the code comments that Robert worked in this area (method >> binding) a while ago, and the comments hint at an unfinished refactoring >> that would help with this change. > > I'm not working on anything in the area at the moment though (or, > contrary to my expectations, much of anything Cython-wise... having > too much fun hanging out with the family :). > > - Robert > _______________________________________________ > Cython-dev mailing list > Cython-dev@codespeak.net > http://codespeak.net/mailman/listinfo/cython-dev >
I've added GenerartorDefNode and GeneratorBodyDefNode now all the generators stuff is handled there. Please review. -- vitja. _______________________________________________ Cython-dev mailing list Cython-dev@codespeak.net http://codespeak.net/mailman/listinfo/cython-dev