> robert wrote: > Meanwhile I think this is a bug of cPickle.dump: It should use .keys() > instead of free iteration internally, when pickling elementary dicts. > I'd file a bug if no objection.
What should happen if there's a delete between the time the .keys() runs and the time that the deleted element is processed by cPickle.dump? -andy -- http://mail.python.org/mailman/listinfo/python-list