[issue18068] pickle + weakref.proxy(self)

Antoine Pitrou report at bugs.python.org
Mon Oct 14 17:01:51 CEST 2013


Antoine Pitrou added the comment:

I don't think weakref objects are meant to be picklable at all. At least there's no support code for that, so pickling weak proxies only works by chance.

----------
nosy: +alexandre.vassalotti
type: behavior -> enhancement
versions: +Python 3.4 -Python 2.6, Python 2.7

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


More information about the Python-bugs-list mailing list