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 Daniel.Blanchard, amaury.forgeotdarc, jnoller, nikratio, python-dev, sbt, ysj.ray
Date 2012-11-26.17:30:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353951034.0.0.303136536351.issue9400@psf.upfronthosting.co.za>
In-reply-to
Content
I am reopening this issue because 26bbff4562a7 only dealt with objects which cannot be pickled.  But CalledProcessError instances *can* be pickled: the problem is that the resulting data cannot be unpickled.

Note that in Python 3.3 CalledProcessError can be pickled then unpickled because of the fix for #1692335.  But there are other types which will still produce "corrupt" pickles.
History
Date User Action Args
2012-11-26 17:30:34sbtsetrecipients: + sbt, amaury.forgeotdarc, jnoller, nikratio, ysj.ray, python-dev, Daniel.Blanchard
2012-11-26 17:30:34sbtsetmessageid: <1353951034.0.0.303136536351.issue9400@psf.upfronthosting.co.za>
2012-11-26 17:30:33sbtlinkissue9400 messages
2012-11-26 17:30:33sbtcreate