This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Hugo.Shi
Recipients Hugo.Shi, jnoller, peterhunt, r.david.murray
Date 2010-11-20.18:05:03
SpamBayes Score 1.0043815e-06
Marked as misclassified No
Message-id <1290276305.76.0.798618196149.issue7506@psf.upfronthosting.co.za>
In-reply-to
Content
Does BaseManager need to be pickleable?  It looks like it contains an AuthenticationKey which should NOT be pickled for security reasons.  All the unit tests pass if we remove the __reduce__ method.  Is that the fix?
History
Date User Action Args
2010-11-20 18:05:05Hugo.Shisetrecipients: + Hugo.Shi, jnoller, r.david.murray, peterhunt
2010-11-20 18:05:05Hugo.Shisetmessageid: <1290276305.76.0.798618196149.issue7506@psf.upfronthosting.co.za>
2010-11-20 18:05:04Hugo.Shilinkissue7506 messages
2010-11-20 18:05:04Hugo.Shicreate