[issue18352] collections.Counter with added attributes are not deepcopied properly.

Serhiy Storchaka report at bugs.python.org
Fri Jul 12 09:54:25 CEST 2013


Serhiy Storchaka added the comment:

What about pickling? OrderedDict.__reduce__() saves added attributes, but Counter.__reduce__() does not. One of them should be changed for consistency.

----------

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


More information about the Python-bugs-list mailing list