diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-06-30 05:02:53 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-06-30 05:02:53 (GMT) |
commit | c5007aa5c3d64109578cf12b026ca6305acff97b (patch) | |
tree | a576fb8432ea60a6b6db49c09937551903938003 /Lib/test/output | |
parent | 4e542a3d9995addd08e7675a63cb0c8ee61a5010 (diff) | |
download | cpython-c5007aa5c3d64109578cf12b026ca6305acff97b.zip cpython-c5007aa5c3d64109578cf12b026ca6305acff97b.tar.gz cpython-c5007aa5c3d64109578cf12b026ca6305acff97b.tar.bz2 |
final patches from Neil Schemenauer for garbage collection
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_gc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Lib/test/output/test_gc b/Lib/test/output/test_gc new file mode 100644 index 0000000..c385928 --- /dev/null +++ b/Lib/test/output/test_gc @@ -0,0 +1,11 @@ +test_gc +list 0x831a754 +dict 0x831a754 +list 0x831a754 +tuple 0x831a734 +class 0x831a794 +<test_gc.A instance at 831a754> +a <test_gc.A instance at 831a754> +b <test_gc.B instance at 831a95c> +dict 0x831a9bc +func 0x831d9e4 |