438
438
# If fixed_bugtasks isn't sliced, it will take a long time
439
439
# to iterate over it, even over just 10, because
440
440
# Transaction.iterSelect() listifies the result.
442
442
if bugtask.bug not in fixed_bugs:
443
443
fixed_bugs.append(bugtask.bug)
444
444
if len(fixed_bugs) >= limit: