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 cool-RR
Recipients cool-RR, pitrou
Date 2013-09-16.11:38:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379331525.1.0.671606709836.issue19032@psf.upfronthosting.co.za>
In-reply-to
Content
Wrong, because the object itself could be pickleable but refer to a different object which is non-pickleable. I want to know whether the object itself, without any object it refers to, is pickleable.

Also, pickling an object could be very resource-intensive, depending on its size.
History
Date User Action Args
2013-09-16 11:38:45cool-RRsetrecipients: + cool-RR, pitrou
2013-09-16 11:38:45cool-RRsetmessageid: <1379331525.1.0.671606709836.issue19032@psf.upfronthosting.co.za>
2013-09-16 11:38:45cool-RRlinkissue19032 messages
2013-09-16 11:38:44cool-RRcreate