]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport gvanrossum's checkin of revisions
authorMichael W. Hudson <mwh@python.net>
Fri, 4 Jan 2002 12:28:43 +0000 (12:28 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 4 Jan 2002 12:28:43 +0000 (12:28 +0000)
commitc15958c37606da43889ab68359045e43d374fd14
tree4ab4df52db6fec719b802a04638d714c8dbab151
parentd941bad6171c69bf713191fd7553638fa19a5a8a
Backport gvanrossum's  checkin of revisions
  copy.py, 1.23 & test_descr.py, 1.114:

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
Lib/test/test_descr.py