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
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