[issue10701] Error pickling a dict

Antoine Pitrou report at bugs.python.org
Tue Jan 15 21:16:25 CET 2013


Antoine Pitrou added the comment:

I find the posted code mystifying. As the name suggests, __getstate__ should probably not mutate anything.
It would be nice if you could post a simpler example to reproduce issue. Even better if it doesn't have a mutating __getstate__, I would say.

----------

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


More information about the Python-bugs-list mailing list