Extract from http://bugs.python.org/issue3680
"The dict, set, and deque iterators do not implement tp_traverse although
they reference container objects. This can lead to reference cycles
which will not be collected."
Once this is fixed, pympler can use gc.get_referents to get all objects
referents. Currently this is not possible for the above mentioned iterators.
Original issue reported on code.google.com by robert.s...@gmail.com on 27 Aug 2008 at 6:43
Original issue reported on code.google.com by
robert.s...@gmail.com
on 27 Aug 2008 at 6:43