]> granicus.if.org Git - python/commit
WeakDictionary.items(): Do not allow (key,ref) pairs to leak out for
authorFred Drake <fdrake@acm.org>
Fri, 2 Feb 2001 15:13:24 +0000 (15:13 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 2 Feb 2001 15:13:24 +0000 (15:13 +0000)
commit312a5dc539b583abcbbf006942a4ceead9b9172b
treef40b2f79b8cef56306d822062448d73a9b92869e
parent261b8e26f199b8e548d9cf81fc4a94820a5a83db
WeakDictionary.items():  Do not allow (key,ref) pairs to leak out for
    dead references.
Lib/weakref.py