mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
test_trashcan: reword obscure code.
Bugfix candidate.
This commit is contained in:
parent
d222559cdb
commit
d4ce758505
1 changed files with 1 additions and 1 deletions
|
|
@ -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()]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue