Re: [Cython] getting rid of redundancy in the docs

2013-07-14 Thread Anthony Scopatz
Hello Stefan, I think that this is a good idea and I just thought that I'd throw the following out there. We got rid of a lot of redundancy by eliminating our wiki for PyTables. It was a little bit of a hassle to move all of the moin pages that we had to sphinx, but ultimately I think that it wa

[Cython] next releases

2013-07-14 Thread Stefan Behnel
Hi, I'm preparing another bug-fix point release and very conservatively merged over a few change sets into 0.19.x that seemed to be safe fixes. Please take a look and also propose or pick more changes if you feel that I left something out. Regarding the next master release, the only larger new fe

Re: [Cython] Surprising behaviour wrt. generated tp_clear and tp_dealloc functions

2013-07-14 Thread Stefan Behnel
Torsten Landschoff, 11.07.2013 00:10: > I attached my current (trivial) patch. Currently I only support a decorator > > @cython.noclear > cdef class ... > > to inhibit generation of tp_clear. Thanks, looks ok to me. Please open a pull request on github for it. > Before I continue with