Commit d4ce7585 authored by Tim Peters's avatar Tim Peters

test_trashcan: reword obscure code.

Bugfix candidate.
parent d222559c
......@@ -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()]
......
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