[issue19032] __reduce_ex__ on lock object

Ram Rachum report at bugs.python.org
Mon Sep 16 13:38:45 CEST 2013


Ram Rachum added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19032>
_______________________________________


More information about the Python-bugs-list mailing list