Re: [Cython] Auto-pickle progress?

2012-09-20 Thread Robert Bradshaw
On Thu, Sep 20, 2012 at 12:11 PM, Ian Bell wrote: > There is a proposal for auto-pickling of Cython extension types: > http://wiki.cython.org/enhancements/pickling > > I was wondering whether there has been any progress on this front? > > Auto-pickling would be tremendously helpful as pickling and

[Cython] Auto-pickle progress?

2012-09-20 Thread Ian Bell
There is a proposal for auto-pickling of Cython extension types: http://wiki.cython.org/enhancements/pickling I was wondering whether there has been any progress on this front? Auto-pickling would be tremendously helpful as pickling and unpickling is one of the most annoying features of working w