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 eric.araujo
Recipients alexandre.vassalotti, eric.araujo, kirill_simonov, pitrou, schmir
Date 2010-05-09.17:36:14
SpamBayes Score 0.29119226
Marked as misclassified No
Message-id <1273426576.72.0.95560975801.issue1474680@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, I think the goal here is to disable pickling, not making it work.

Alexandre, is it ok for a class to define pickle magic methods just to raise an exception? Doesn’t it break expectations?

One question hasn’t been answered: When did the protocol change? Was it intentional or is it a bug?
History
Date User Action Args
2010-05-09 17:36:17eric.araujosetrecipients: + eric.araujo, kirill_simonov, pitrou, alexandre.vassalotti, schmir
2010-05-09 17:36:16eric.araujosetmessageid: <1273426576.72.0.95560975801.issue1474680@psf.upfronthosting.co.za>
2010-05-09 17:36:14eric.araujolinkissue1474680 messages
2010-05-09 17:36:14eric.araujocreate