Commit a272d810 authored by Tim Peters's avatar Tim Peters

test_trashcan: reword obscure code.

Bugfix candidate.
parent aa703b25
...@@ -188,7 +188,7 @@ def test_trashcan(): ...@@ -188,7 +188,7 @@ def test_trashcan():
gc.enable() gc.enable()
N = 200 N = 200
for i in range(3): for count in range(3):
t = [] t = []
for i in range(N): for i in range(N):
t = [t, Ouch()] t = [t, Ouch()]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment