Author davecole
Recipients
Date 2002-10-29.23:52:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=28658

I realise that there are lots of things that you can do to
prevent or confuse introspection working in the pickle
module.  You can dynamically create classes on the fly too.
 It just seems a shame that it is possible to prevent the
most basic of class definitions from working in the pickler.

I can program around the problem but it took the better part
of a day to work out why I was experiencing the problem.

Maybe the correct bug fix is not to change code but to
improve the documentation of the pickle module.
History
Date User Action Args
2007-08-23 13:55:46adminlinkissue451547 messages
2007-08-23 13:55:46admincreate