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 sbt
Recipients jnoller, jwilk, rschoon.old, sbt
Date 2012-05-29.08:56:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338281761.04.0.866919185319.issue8323@psf.upfronthosting.co.za>
In-reply-to
Content
It seems the real issue here is that buffer objects are picklable (depending on protocol) but the resulting string is not unpicklable.

There are probably lots of other examples where this happens: for instance Exception subclasses which do not set self.args correctly (see Issue #1692335).

buffer is only used in Python 2.x.  Python 2.7 is in bugfix mode, so this issue will not change now.

I will close this issue as "won't fix".
History
Date User Action Args
2012-05-29 08:56:01sbtsetrecipients: + sbt, jwilk, jnoller, rschoon.old
2012-05-29 08:56:01sbtsetmessageid: <1338281761.04.0.866919185319.issue8323@psf.upfronthosting.co.za>
2012-05-29 08:56:00sbtlinkissue8323 messages
2012-05-29 08:56:00sbtcreate