commit | 2764a3a50ebb467690d77f8925a3414d71756311 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Dec 28 21:39:03 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Dec 28 21:39:03 2001 +0000 |
tree | 602dd331e7d4af15e8ad77a34516404e0fc092b0 | |
parent | 1e91c1444a9c8b8b58310cffbe4252698527a31e [diff] |
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!