]> 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:39:03 +0000 (21:39 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 28 Dec 2001 21:39:03 +0000 (21:39 +0000)
commit2764a3a50ebb467690d77f8925a3414d71756311
tree602dd331e7d4af15e8ad77a34516404e0fc092b0
parent1e91c1444a9c8b8b58310cffbe4252698527a31e
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/test/test_descr.py