On Fri, Sep 14, 2007, Martin Drautzburg wrote:
>
> I understand that I can picke an extension class written
> in C/C++ by providing a __reduce__() method along with
> __getstate__()/__setstate__(). While I still havent gotten this to
> work, my main question is:
>
> How could I possibly pickle an o
I understand that I can picke an extension class written in C/C++ by providing
a __reduce__() method along with __getstate__()/__setstate__(). While I still
havent gotten this to work, my main question is:
How could I possibly pickle an object of a python class which is derived from
the C++ ex