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 cool-RR, pitrou
Date 2013-09-16.11:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <97561673.67028860.1379331366550.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1379327372.1.0.210513446716.issue19032@psf.upfronthosting.co.za>
Content
> I use that to test whether an object is pickleable or not. It used to
> work in Python 2.

Well, the obvious way to do it would be to call pickle.dumps() on
the object, IMO :-)
History
Date User Action Args
2013-09-16 11:36:12pitrousetrecipients: + pitrou, cool-RR
2013-09-16 11:36:12pitroulinkissue19032 messages
2013-09-16 11:36:12pitroucreate