]> granicus.if.org Git - python/commit
test_saveall(): Simplified a little, given that we only expect one item
authorTim Peters <tim.peters@gmail.com>
Sat, 10 Aug 2002 21:29:56 +0000 (21:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 10 Aug 2002 21:29:56 +0000 (21:29 +0000)
commit4803c126a683b54622e49d996b1a56993a68b6f3
treeebd4d9ed069919c6cd0b01754f510b00a1adb934
parentc708c0a8c41de2c14587d8683c6b6a91d06c97bf
test_saveall():  Simplified a little, given that we only expect one item
in gc.garbage (so no need to loop looking for it -- it's there or it's
not).
Lib/test/test_gc.py