mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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()
|
||||
N = 200
|
||||
for i in range(3):
|
||||
for count in range(3):
|
||||
t = []
|
||||
for i in range(N):
|
||||
t = [t, Ouch()]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue