commit | 611546005ba27bdaf81eb14f625fde0a362ba261 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Aug 12 20:20:08 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Aug 12 20:20:08 2002 +0000 |
tree | 74568941a837c733190a6500ce96be7361e3dcb8 | |
parent | 547607c4bf97ece7ad5cc50f103cbf651560ac86 [diff] |
Make sure that *any* object whose id() is used as a memo key is kept alive in the memo. This fixes SF bug 592567.