[issue19364] Implementing __getattr__ breaks copy and deepcopy

Eric Snow report at bugs.python.org
Thu Oct 24 06:04:59 CEST 2013


Eric Snow added the comment:

Your example worked correctly, since the copy module is indeed not copiable. :)  Did you mean "from copy import copy"?

----------
nosy: +eric.snow

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


More information about the Python-bugs-list mailing list