Re: [Cython] Cython 0.22.alpha

2015-01-19 Thread Anton D . Kachalov
Hello. I haveĀ a feauture request. Support metaclass for cdef'ed classes. I have a workaround, but it has some limitations. The trick changes ctype.ob_base.ob_base.ob_type for python3 or ctype.ob_type for python2 to the metaclass type: installation hook: https://github.com/ya-mouse/qbee/b

[Cython] Cython 0.22.alpha

2015-01-17 Thread Robert Bradshaw
It's been too long since we've done a release, and the features have started to pile up, so I'm getting the ball rolling with 0.22.alpha0. I've uploaded a tarball to http://cython.org/release/Cython-0.22.alpha0.tar.gz; you can also get it from github. Let me know what breaks/works for you, and if