[Python-Dev] Pickling problems are hard to debug

"Martin v. Löwis" martin at v.loewis.de
Sun Mar 26 11:55:31 CEST 2006


Greg Ewing wrote:
> Anyone have any ideas how the situation could
> be improved?

As always: on a case-by-case basis. If you find a specific
case where you think the diagnosis should be better, make it
better for this case. Perhaps some generalization arises while
doing so, but if not, atleast this specific case gets improved.

While doing so, try to cover similar cases in the process, e.g.
different pickle protocols, and different pickle implementations.

Regards,
Martin


More information about the Python-Dev mailing list