]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport:
authorGuido van Rossum <guido@python.org>
Mon, 12 Aug 2002 20:21:43 +0000 (20:21 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Aug 2002 20:21:43 +0000 (20:21 +0000)
commitdc1febb667872f737f45bc677025c673426a85ad
tree951c7b6f7a2608654d9fdff670e06174d27f3b6b
parentfa1cf942d9702326062b54489271a1af284178ad
Backport:

Make sure that *any* object whose id() is used as a memo key is kept
alive in the memo.  This fixes SF bug 592567.
Lib/copy.py