Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4ce758

Browse files
committed
test_trashcan: reword obscure code.
Bugfix candidate.
1 parent d222559 commit d4ce758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_gc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def test_trashcan():
188188

189189
gc.enable()
190190
N = 200
191-
for i in range(3):
191+
for count in range(3):
192192
t = []
193193
for i in range(N):
194194
t = [t, Ouch()]

0 commit comments

Comments
 (0)