]> granicus.if.org Git - python/commit
Fix for SF bug ##497426: can't deepcopy recursive new objects
authorGuido van Rossum <guido@python.org>
Fri, 28 Dec 2001 21:33:22 +0000 (21:33 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 28 Dec 2001 21:33:22 +0000 (21:33 +0000)
commit1e91c1444a9c8b8b58310cffbe4252698527a31e
tree72ad8cf8fed363835c3f975cdbfacb519a207d37
parent1baeba6839a91fed172a003b251de58939a9dca5
Fix for SF bug ##497426: can't deepcopy recursive new objects

deepcopy(), _reconstruct(): pass the memo to the other function, so
that recursive data structures built out of new-style objects may be
deeply copied correctly.

2.2.1 bugfix!
Lib/copy.py