Python Memory Validator - References
The References View allows you to determine which objects are referenced
by another object. When investigating memory leaks it is important to know
which objects reference each other to determine the object that is holding
a reference that is no longer required.
Click picture for a larger view

