Hi, On Wed, Nov 3, 2010 at 18:18, Robert Bradshaw <[email protected]> wrote: > I think it's time we start thinking about rolling out another release. > I've got a couple of experimental features in the hopper I'd like to > get out, we've started to merge some of Haoyu's code (perhaps there's > more that should go in), got __metaclass__ support thanks to Vitja, > some cool gdb support from Mark (that I haven't had a chance to look > at, but I've no reason to doubt it's ready or could be soon, and a > bunch of other bugfixes/minor features. How does everyone feel about a > target date of this time next month? This one shouldn't drag on--for > one thing Sage is still in good shape: > https://sage.math.washington.edu:8091/hudson/job/sage-tests/ Any > specific features people want to be sure to get in?
I tried hard and luckily produced partial fix for bug 583 (Wrong C code generated (cdef class < cdef class inheritance, cpdef methods, pure python mode), details are in the ticket: http://trac.cython.org/cython_trac/ticket/583 Sadly, I'm clueless how to fix it completely. It would be great if a fix for this bug could make it into 0.13.1 as my code [1] depends on it. [1] PyBayes - emerging library for bayesian filtering and decision making Regards, Matěj Laitl _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
