Re: [Cython] Cython 0.16

2011-11-04 Thread mark florisson
On 4 November 2011 08:58, Vitja Makarov wrote: > 2011/11/4 mark florisson : >>> >>> That's nice. I've also implemented support for dynamic default args >>> >>> http://trac.cython.org/cython_trac/ticket/674 >>> >>> I think it could be merged either. >> >> That's great, because it's a nasty bug. I s

Re: [Cython] Cython 0.16

2011-11-04 Thread Vitja Makarov
2011/11/4 mark florisson : >> >> That's nice. I've also implemented support for dynamic default args >> >> http://trac.cython.org/cython_trac/ticket/674 >> >> I think it could be merged either. > > That's great, because it's a nasty bug. I see no pull request for that > though, although I see it in

Re: [Cython] Cython 0.16

2011-11-04 Thread mark florisson
On 3 November 2011 21:26, Stefan Behnel wrote: > Vitja Makarov, 03.11.2011 21:42: >> >> 2011/11/4 mark florisson: >>> >>> With Vitja's super() ready and with fused classmethods and >>> staticmethods ready, I think we're almost ready for a release. I also >>> supported cdef class static methods (pr

Re: [Cython] Cython 0.16

2011-11-04 Thread mark florisson
On 3 November 2011 20:42, Vitja Makarov wrote: > 2011/11/4 mark florisson : >> On 29 October 2011 17:40, Vitja Makarov wrote: >>> 2011/10/29 Stefan Behnel : mark florisson, 28.10.2011 22:59: > > On 28 October 2011 21:55, Robert Bradshaw wrote: >> >> With Mark's fused types an