diff options
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 |