[issue6827] deepcopy erroneously doesn't call __setstate__ if __getstate__ returns empty dict

Serhiy Storchaka report at bugs.python.org
Sat May 7 15:13:14 EDT 2016


Serhiy Storchaka added the comment:

The documentation of the pickle module doesn't match PEP 307 and the implementation. The copy module was changed in issue25718 to match the implementation of the pickle module. This fixed this issue.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list