]> granicus.if.org Git - python/commitdiff
test_trashcan: reword obscure code.
authorTim Peters <tim.peters@gmail.com>
Thu, 28 Mar 2002 21:22:25 +0000 (21:22 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 28 Mar 2002 21:22:25 +0000 (21:22 +0000)
Bugfix candidate.

Lib/test/test_gc.py

index 33c57caf8e7017b729487e45977e2c03581a8582..22f7e74114be79617b6ebebd3f46c6f3b3bc8879 100644 (file)
@@ -188,7 +188,7 @@ def test_trashcan():
 
     gc.enable()
     N = 200
-    for i in range(3):
+    for count in range(3):
         t = []
         for i in range(N):
             t = [t, Ouch()]