[Python-checkins] python/nondist/sandbox/datetime obj_delta.c,1.9,1.10

Guido van Rossum guido@python.org
Mon, 02 Dec 2002 04:20:53 -0500


> PROBLEM:  This was intended to support pickling, but doesn't work for
> that purpose (see the XXX comments).  Turns out I have no idea how to
> pickle a new-style instance of a type coded in C (it's easy if coded in
> Python).

Try defining __reduce__.

--Guido van Rossum (home page: http://www.python.org/~guido/)