Changes between Version 2 and Version 3 of Ticket #29878


Ignore:
Timestamp:
Oct 22, 2018, 8:44:52 AM (6 years ago)
Author:
Yong Li
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29878 – Description

    v2 v3  
    3434        else:
    3535            objs_counts[key] = 1
    36     return objs_counts, gc_objs
     36    return objs_counts
    3737
    3838
     
    4242    global _first_time
    4343    if _first_time:
    44         _old_objs, _ = gc_objects()
     44        _old_objs = gc_objects()
    4545        _first_time = False
    4646    else:
Back to Top