Changes between Version 2 and Version 3 of Ticket #29878
- Timestamp:
- Oct 22, 2018, 8:44:52 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29878 – Description
v2 v3 34 34 else: 35 35 objs_counts[key] = 1 36 return objs_counts , gc_objs36 return objs_counts 37 37 38 38 … … 42 42 global _first_time 43 43 if _first_time: 44 _old_objs , _= gc_objects()44 _old_objs = gc_objects() 45 45 _first_time = False 46 46 else: