cPickle - stack overflow

Florian Scholz feedback at netlcr.de
Thu Jun 14 11:07:44 EDT 2001


hi,

when i save a class with
   cPickle.dump(net,file);
i get a stack overflow in the case there is too much data in the
net-class.
i also tried picle, but that's the same. (the data is a network...)
is there a work- around, or something to change the behaviour ?

cPickle is very comfortabel, and so i like to use is.

tnx for any hints,





More information about the Python-list mailing list