Home | History | Annotate | Download | only in test

Lines Matching refs:garbage

385             # Uncomment the line below to report garbage that is not
387 # garbage that is not collectable by the GC is reported.
579 if gc.garbage:
580 print "Warning: test created", len(gc.garbage),
584 found_garbage.extend(gc.garbage)
585 del gc.garbage[:]