Is pickle buggy?

Thomas Thiele thiele at muc.das-werk.de
Tue Jul 11 10:15:13 EDT 2000


class X:
     def __init__(self, s):
          self.s = s

I used only this simple class for testing. I forgot to copy it in the
example.

My debugging ends at the call to marshal.dumps()/loads() in the
(Un-)Pickler class.




More information about the Python-list mailing list