Ruby has a nice function that can traverse the complete object space of your program. Is there anything like this in python ? It seems to be not in the standart library but maybe i can find a short script somewhere else. It is a nice way for to do some memory checks to find out if a part of your app is generating too much objects.