__getattr__ and pickle

Sean Mc Grath sean at digitome.com
Sun Jul 2 07:51:10 EDT 2000


I have a reproduceable GPF on NT when picking objects of a class
that has a __getattr__ implementation. Take out the __getattr__ and
the pickle works fine.

Are there ways to implement __getattr__ and yet preserve the ability
to pickle?

regards,




More information about the Python-list mailing list