]> granicus.if.org Git - python/commit
Make sure that *any* object whose id() is used as a memo key is kept
authorGuido van Rossum <guido@python.org>
Mon, 12 Aug 2002 20:20:08 +0000 (20:20 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Aug 2002 20:20:08 +0000 (20:20 +0000)
commit611546005ba27bdaf81eb14f625fde0a362ba261
tree74568941a837c733190a6500ce96be7361e3dcb8
parent547607c4bf97ece7ad5cc50f103cbf651560ac86
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