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.12:45:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <592689831.67189616.1379335542825.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1379331525.1.0.671606709836.issue19032@psf.upfronthosting.co.za>
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.

I think you're being too picky. Unless you're manually added stuff
to your Lock's attributes, there isn't a practical difference between
the two situations.

> Also, pickling an object could be very resource-intensive, depending
> on its size.

Well, this is a Lock here, not an ISO file.
History
Date User Action Args
2013-09-16 12:45:49pitrousetrecipients: + pitrou, cool-RR
2013-09-16 12:45:49pitroulinkissue19032 messages
2013-09-16 12:45:49pitroucreate