diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-23 04:22:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-23 04:22:45 (GMT) |
commit | b0fefc5121fb5637c3002e2aea993480d344deb7 (patch) | |
tree | c8d6b8f039645b1b412a82c8a55c8cdf8d8ca2d7 /Lib/test/output | |
parent | 84a5934f8a09b670a8554a9e84f59006bc4c087c (diff) | |
download | cpython-b0fefc5121fb5637c3002e2aea993480d344deb7.zip cpython-b0fefc5121fb5637c3002e2aea993480d344deb7.tar.gz cpython-b0fefc5121fb5637c3002e2aea993480d344deb7.tar.bz2 |
Convert the weakref test suite to PyUNIT, and add tests that exercise weak
references on function objects and both bound and unbound methods.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_weakref | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Lib/test/output/test_weakref b/Lib/test/output/test_weakref index ef74e7e..8575763 100644 --- a/Lib/test/output/test_weakref +++ b/Lib/test/output/test_weakref @@ -1,25 +1 @@ test_weakref -Basic Weak References --- Liveness and referent identity --- Reference objects with callbacks --- Proxy objects with callbacks --- Re-use of weak reference objects - reference objects - proxy objects -clearing ref 2 -clearing ref 1 -clearing ref 2 -clearing ref 1 - -Weak Valued Dictionaries -objects are stored in weak dict -weak dict test complete - -Weak Keyed Dictionaries -objects are stored in weak dict -weak key dict test complete - -Non-callable Proxy References -XXX -- tests not written! - -Callable Proxy References |