diff options
Diffstat (limited to 'Lib/test/output/test_gc')
-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 |