commit | d4ce758505d08e669a4752f79294c8aa19a96cf0 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Mar 28 21:22:25 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Mar 28 21:22:25 2002 +0000 |
tree | 041387b821a2c4bd4d7e16c899567272e47bdbcc | |
parent | d222559cdb51b0149462f927c6aa0889915e684f [diff] [blame] |
test_trashcan: reword obscure code. Bugfix candidate.
diff --git a/Lib/test/test_gc.py b/Lib/test/test_gc.py index 33c57ca..22f7e74 100644 --- a/Lib/test/test_gc.py +++ b/Lib/test/test_gc.py
@@ -188,7 +188,7 @@ gc.enable() N = 200 - for i in range(3): + for count in range(3): t = [] for i in range(N): t = [t, Ouch()]