]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport:
authorGuido van Rossum <guido@python.org>
Mon, 10 Jun 2002 21:37:00 +0000 (21:37 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Jun 2002 21:37:00 +0000 (21:37 +0000)
commit9396d834be5412dd28257c363cd1eec5269f2a40
tree4d287050cf5a1872ddc845a947bf9668e9d6d1f1
parent8418a99f37c88b061752c7b862bf73e4c6f0ebc5
Backport:

SF patch 560794 (Greg Chapman): deepcopy can't handle custom
metaclasses.

This is essentially the same problem as that reported in bug 494904
for pickle: deepcopy should treat instances of custom metaclasses the
same way it treats instances of type 'type'.
Lib/copy.py