objgratph http://mg.pov.lt/objgraph/
objgraph show_With growth,The type and number of leaking objects can be output to standard output..
```pycon
>>> import objgraph
>>> objgraph.show_growth()
Every time you call it, the increment of the leaking object is output. `` `show_growthinternally calls
gc.collect```, so you don't have to GC yourself.