]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use the WeakKeyDictionary and WeakValueDictionary classes directly
authorFred Drake <fdrake@acm.org>
Tue, 10 Apr 2001 19:09:35 +0000 (19:09 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 10 Apr 2001 19:09:35 +0000 (19:09 +0000)
commitbf43691ccb5198ab0f853ed2297afa98f9ad878c
treed3d78e5daa223a65484883f76fb872b61610284c
parentf6cdead8e9ef112fc1ccb43317508e033c0cbb7b
Use the WeakKeyDictionary and WeakValueDictionary classes directly
instead of using the mapping() function.
Lib/test/test_weakref.py