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 pitrou
Recipients kristjan.jonsson, pitrou
Date 2012-11-15.18:33:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353004426.02.0.490788405108.issue16475@psf.upfronthosting.co.za>
In-reply-to
Content
marshal is only supposed to be used to serialize code objects, not arbitrary user data. Why don't you use pickle?
History
Date User Action Args
2012-11-15 18:33:46pitrousetrecipients: + pitrou, kristjan.jonsson
2012-11-15 18:33:46pitrousetmessageid: <1353004426.02.0.490788405108.issue16475@psf.upfronthosting.co.za>
2012-11-15 18:33:45pitroulinkissue16475 messages
2012-11-15 18:33:45pitroucreate